Html Css Color HEX #6C5112 Raw Umber

📋 copy color: '#6C5112'

red 108 ◦ green 81 ◦ blue 18

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

Shades of Raw Umber #6C5112

Tints of Raw Umber #6C5112

RGB

 RED value IS 108 (42.58% from 255) = 52.17%

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 52.17%
G = 39.13%
B = 8.7%

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

#6C5112 (or 0x6C5112) is known color: Raw Umber. HEX triplet: 6C, 51 and 12. RGB value is (108,81,18). Sum of RGB (Red+Green+Blue) = 108+81+18=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5112 is #93AEED. Grayscale: #525252. Windows color (decimal): -9678574 or 1200492. OLE color: 1200492.

HSL color Cylindrical-coordinate representation of color #6C5112: hue angle of 42º 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 #6C5112 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 81 18 -
CMYK 0 0.25 0.83 0.58
HSL 42º 0.71% 0.25% -
HSV(B) 42º 0.83% 0.42% -
XYZ 9.24 9.12 1.85 -
YUV 81.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 108 81 18 0 0.25 0.83 0.58 42 0.71 0.25
Hex 6C 51 12 0 19 53 3A 2A 47 19
Octal 154 121 22 0 31 123 72 52 107 31
Binary 1101100 1010001 10010 0 11001 1010011 111010 101010 1000111 11001

Color Harmonies of #6C5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5112

Black with #6C5112

Text Example


Text Example

White with #6C5112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,81,18); }

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

background-color css

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

 a { background-color: rgb(108,81,18); }

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

border-color css

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

 span { border-color: rgb(108,81,18); }

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