Html Css Color HEX #6F5502 Raw Umber

📋 copy color: '#6F5502'

red 111 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #6F5502

Tints of Raw Umber #6F5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 56.06%
G = 42.93%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F5502 (or 0x6F5502) is known color: Raw Umber. HEX triplet: 6F, 55 and 02. RGB value is (111,85,2). Sum of RGB (Red+Green+Blue) = 111+85+2=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5502 is #90AAFD. Grayscale: #535353. Windows color (decimal): -9480958 or 152943. OLE color: 152943.

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

Color convert

RGB 111 85 2 -
CMYK 0 0.23 0.98 0.56
HSL 45.69º 0.96% 0.22% -
HSV(B) 45.69º 0.98% 0.44% -
XYZ 9.82 9.88 1.45 -
YUV 83.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 111 85 2 0 0.23 0.98 0.56 45.69 0.96 0.22
Hex 6F 55 2 0 17 62 38 2E 60 16
Octal 157 125 2 0 27 142 70 56 140 26
Binary 1101111 1010101 10 0 10111 1100010 111000 101110 1100000 10110

Color Harmonies of #6F5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5502

Black with #6F5502

Text Example


Text Example

White with #6F5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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