Html Css Color HEX #6B5205 Raw Umber

📋 copy color: '#6B5205'

red 107 ◦ green 82 ◦ blue 5

#6B5205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #6B5205

Tints of Raw Umber #6B5205

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

 GREEN value IS 82 (32.42% from 255) = 42.27%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 55.15%
G = 42.27%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B5205 (or 0x6B5205) is known color: Raw Umber. HEX triplet: 6B, 52 and 05. RGB value is (107,82,5). Sum of RGB (Red+Green+Blue) = 107+82+5=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5205 is #94ADFA. Grayscale: #515151. Windows color (decimal): -9743867 or 348779. OLE color: 348779.

HSL color Cylindrical-coordinate representation of color #6B5205: hue angle of 45.29º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B5205 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 82 5 -
CMYK 0 0.23 0.95 0.58
HSL 45.29º 0.91% 0.22% -
HSV(B) 45.29º 0.95% 0.42% -
XYZ 9.11 9.17 1.43 -
YUV 80.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 107 82 5 0 0.23 0.95 0.58 45.29 0.91 0.22
Hex 6B 52 5 0 17 5F 3A 2D 5B 16
Octal 153 122 5 0 27 137 72 55 133 26
Binary 1101011 1010010 101 0 10111 1011111 111010 101101 1011011 10110

Color Harmonies of #6B5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5205

Black with #6B5205

Text Example


Text Example

White with #6B5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B5205; }

 p { color: rgb(107,82,5); }

 H1.HeaderClassName
 {
   color: #6B5205;
 }
 .AnyTagClassName
 {
   color: #6B5205;
 }
</style>

background-color css

<style>
 a { background-color: #6B5205; }

 a { background-color: rgb(107,82,5); }

 div.DivClassName
 {
   background-color: #6B5205;
 }
 .BgClassName
 {
   background-color: #6B5205;
 }
</style>

border-color css

<style>
 span { border-color: #6B5205; }

 span { border-color: rgb(107,82,5); }

 td.TdClassName
 {
   border-color: #6B5205;
 }
 .TagClassName
 {
   border-color: #6B5205;
 }
</style>