Html Css Color HEX #6F4E05 Raw Umber

📋 copy color: '#6F4E05'

red 111 ◦ green 78 ◦ blue 5

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

Shades of Raw Umber #6F4E05

Tints of Raw Umber #6F4E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.21%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 57.22%
G = 40.21%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F4E05 (or 0x6F4E05) is known color: Raw Umber. HEX triplet: 6F, 4E and 05. RGB value is (111,78,5). Sum of RGB (Red+Green+Blue) = 111+78+5=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4E05 is #90B1FA. Grayscale: #4F4F4F. Windows color (decimal): -9482747 or 347759. OLE color: 347759.

HSL color Cylindrical-coordinate representation of color #6F4E05: hue angle of 41.32º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4E05 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 78 5 -
CMYK 0 0.30 0.95 0.56
HSL 41.32º 0.91% 0.23% -
HSV(B) 41.32º 0.95% 0.44% -
XYZ 9.31 8.84 1.36 -
YUV 79.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 111 78 5 0 0.30 0.95 0.56 41.32 0.91 0.23
Hex 6F 4E 5 0 1E 5F 38 29 5B 17
Octal 157 116 5 0 36 137 70 51 133 27
Binary 1101111 1001110 101 0 11110 1011111 111000 101001 1011011 10111

Color Harmonies of #6F4E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E05

Black with #6F4E05

Text Example


Text Example

White with #6F4E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,5); }

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

background-color css

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

 a { background-color: rgb(111,78,5); }

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

border-color css

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

 span { border-color: rgb(111,78,5); }

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