Html Css Color HEX #6C4B12 Raw Umber

📋 copy color: '#6C4B12'

red 108 ◦ green 75 ◦ blue 18

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

Shades of Raw Umber #6C4B12

Tints of Raw Umber #6C4B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

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

R = 53.73%
G = 37.31%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6C4B12 (or 0x6C4B12) is known color: Raw Umber. HEX triplet: 6C, 4B and 12. RGB value is (108,75,18). Sum of RGB (Red+Green+Blue) = 108+75+18=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4B12 is #93B4ED. Grayscale: #4E4E4E. Windows color (decimal): -9680110 or 1198956. OLE color: 1198956.

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

Color convert

RGB 108 75 18 -
CMYK 0 0.31 0.83 0.58
HSL 38º 0.71% 0.25% -
HSV(B) 38º 0.83% 0.42% -
XYZ 8.81 8.26 1.7 -
YUV 78.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 108 75 18 0 0.31 0.83 0.58 38 0.71 0.25
Hex 6C 4B 12 0 1F 53 3A 26 47 19
Octal 154 113 22 0 37 123 72 46 107 31
Binary 1101100 1001011 10010 0 11111 1010011 111010 100110 1000111 11001

Color Harmonies of #6C4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4B12

Black with #6C4B12

Text Example


Text Example

White with #6C4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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