Html Css Color HEX #6F470F Raw Umber

📋 copy color: '#6F470F'

red 111 ◦ green 71 ◦ blue 15

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

Shades of Raw Umber #6F470F

Tints of Raw Umber #6F470F

RGB

 RED value IS 111 (43.75% from 255) = 56.35%

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

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

R = 56.35%
G = 36.04%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F470F (or 0x6F470F) is known color: Raw Umber. HEX triplet: 6F, 47 and 0F. RGB value is (111,71,15). Sum of RGB (Red+Green+Blue) = 111+71+15=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F470F is #90B8F0. Grayscale: #4C4C4C. Windows color (decimal): -9484529 or 1001327. OLE color: 1001327.

HSL color Cylindrical-coordinate representation of color #6F470F: hue angle of 35º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F470F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 15 -
CMYK 0 0.36 0.86 0.56
HSL 35º 0.76% 0.25% -
HSV(B) 35º 0.86% 0.44% -
XYZ 8.9 7.92 1.51 -
YUV 76.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 111 71 15 0 0.36 0.86 0.56 35 0.76 0.25
Hex 6F 47 F 0 24 56 38 23 4C 19
Octal 157 107 17 0 44 126 70 43 114 31
Binary 1101111 1000111 1111 0 100100 1010110 111000 100011 1001100 11001

Color Harmonies of #6F470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F470F

Black with #6F470F

Text Example


Text Example

White with #6F470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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