Html Css Color HEX #6B5012 Raw Umber

📋 copy color: '#6B5012'

red 107 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #6B5012

Tints of Raw Umber #6B5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 52.2%
G = 39.02%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6B5012 (or 0x6B5012) is known color: Raw Umber. HEX triplet: 6B, 50 and 12. RGB value is (107,80,18). Sum of RGB (Red+Green+Blue) = 107+80+18=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5012 is #94AFED. Grayscale: #515151. Windows color (decimal): -9744366 or 1200235. OLE color: 1200235.

HSL color Cylindrical-coordinate representation of color #6B5012: hue angle of 41.8º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B5012 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 80 18 -
CMYK 0 0.25 0.83 0.58
HSL 41.8º 0.71% 0.25% -
HSV(B) 41.8º 0.83% 0.42% -
XYZ 9.04 8.91 1.81 -
YUV 81.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 107 80 18 0 0.25 0.83 0.58 41.8 0.71 0.25
Hex 6B 50 12 0 19 53 3A 2A 47 19
Octal 153 120 22 0 31 123 72 52 107 31
Binary 1101011 1010000 10010 0 11001 1010011 111010 101010 1000111 11001

Color Harmonies of #6B5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5012

Black with #6B5012

Text Example


Text Example

White with #6B5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,18); }

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

background-color css

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

 a { background-color: rgb(107,80,18); }

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

border-color css

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

 span { border-color: rgb(107,80,18); }

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