Html Css Color HEX #6F3F0E Raw Umber

📋 copy color: '#6F3F0E'

red 111 ◦ green 63 ◦ blue 14

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

Shades of Raw Umber #6F3F0E

Tints of Raw Umber #6F3F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 59.04%
G = 33.51%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F3F0E (or 0x6F3F0E) is known color: Raw Umber. HEX triplet: 6F, 3F and 0E. RGB value is (111,63,14). Sum of RGB (Red+Green+Blue) = 111+63+14=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3F0E is #90C0F1. Grayscale: #484848. Windows color (decimal): -9486578 or 933743. OLE color: 933743.

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

Color convert

RGB 111 63 14 -
CMYK 0 0.43 0.87 0.56
HSL 30.31º 0.78% 0.25% -
HSV(B) 30.31º 0.87% 0.44% -
XYZ 8.41 6.97 1.32 -
YUV 71.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 111 63 14 0 0.43 0.87 0.56 30.31 0.78 0.25
Hex 6F 3F E 0 2B 57 38 1E 4E 19
Octal 157 77 16 0 53 127 70 36 116 31
Binary 1101111 111111 1110 0 101011 1010111 111000 11110 1001110 11001

Color Harmonies of #6F3F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F0E

Black with #6F3F0E

Text Example


Text Example

White with #6F3F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,14); }

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

background-color css

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

 a { background-color: rgb(111,63,14); }

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

border-color css

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

 span { border-color: rgb(111,63,14); }

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