Html Css Color HEX #6F550E Raw Umber

📋 copy color: '#6F550E'

red 111 ◦ green 85 ◦ blue 14

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

Shades of Raw Umber #6F550E

Tints of Raw Umber #6F550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 52.86%
G = 40.48%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F550E (or 0x6F550E) is known color: Raw Umber. HEX triplet: 6F, 55 and 0E. RGB value is (111,85,14). Sum of RGB (Red+Green+Blue) = 111+85+14=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F550E is #90AAF1. Grayscale: #545454. Windows color (decimal): -9480946 or 939375. OLE color: 939375.

HSL color Cylindrical-coordinate representation of color #6F550E: hue angle of 43.92º 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 #6F550E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 85 14 -
CMYK 0 0.23 0.87 0.56
HSL 43.92º 0.78% 0.25% -
HSV(B) 43.92º 0.87% 0.44% -
XYZ 9.88 9.91 1.81 -
YUV 84.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 111 85 14 0 0.23 0.87 0.56 43.92 0.78 0.25
Hex 6F 55 E 0 17 57 38 2C 4E 19
Octal 157 125 16 0 27 127 70 54 116 31
Binary 1101111 1010101 1110 0 10111 1010111 111000 101100 1001110 11001

Color Harmonies of #6F550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F550E

Black with #6F550E

Text Example


Text Example

White with #6F550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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