Html Css Color HEX #6F6002 Raw Umber

📋 copy color: '#6F6002'

red 111 ◦ green 96 ◦ blue 2

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

Shades of Raw Umber #6F6002

Tints of Raw Umber #6F6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

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

R = 53.11%
G = 45.93%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F6002 (or 0x6F6002) is known color: Raw Umber. HEX triplet: 6F, 60 and 02. RGB value is (111,96,2). Sum of RGB (Red+Green+Blue) = 111+96+2=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6002 is #909FFD. Grayscale: #5A5A5A. Windows color (decimal): -9478142 or 155759. OLE color: 155759.

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

Color convert

RGB 111 96 2 -
CMYK 0 0.14 0.98 0.56
HSL 51.74º 0.96% 0.22% -
HSV(B) 51.74º 0.98% 0.44% -
XYZ 10.75 11.75 1.76 -
YUV 89.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 111 96 2 0 0.14 0.98 0.56 51.74 0.96 0.22
Hex 6F 60 2 0 E 62 38 34 60 16
Octal 157 140 2 0 16 142 70 64 140 26
Binary 1101111 1100000 10 0 1110 1100010 111000 110100 1100000 10110

Color Harmonies of #6F6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6002

Black with #6F6002

Text Example


Text Example

White with #6F6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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