Html Css Color HEX #6C470F Raw Umber

📋 copy color: '#6C470F'

red 108 ◦ green 71 ◦ blue 15

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

Shades of Raw Umber #6C470F

Tints of Raw Umber #6C470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 55.67%
G = 36.6%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6C470F (or 0x6C470F) is known color: Raw Umber. HEX triplet: 6C, 47 and 0F. RGB value is (108,71,15). Sum of RGB (Red+Green+Blue) = 108+71+15=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C470F is #93B8F0. Grayscale: #4B4B4B. Windows color (decimal): -9681137 or 1001324. OLE color: 1001324.

HSL color Cylindrical-coordinate representation of color #6C470F: hue angle of 36.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C470F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 15 -
CMYK 0 0.34 0.86 0.58
HSL 36.13º 0.76% 0.24% -
HSV(B) 36.13º 0.86% 0.42% -
XYZ 8.52 7.73 1.49 -
YUV 75.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 108 71 15 0 0.34 0.86 0.58 36.13 0.76 0.24
Hex 6C 47 F 0 22 56 3A 24 4C 18
Octal 154 107 17 0 42 126 72 44 114 30
Binary 1101100 1000111 1111 0 100010 1010110 111010 100100 1001100 11000

Color Harmonies of #6C470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C470F

Black with #6C470F

Text Example


Text Example

White with #6C470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,15); }

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

background-color css

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

 a { background-color: rgb(108,71,15); }

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

border-color css

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

 span { border-color: rgb(108,71,15); }

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