Html Css Color HEX #806C06 Olive

📋 copy color: '#806C06'

red 128 ◦ green 108 ◦ blue 6

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

Shades of Olive #806C06

Tints of Olive #806C06

RGB

 RED value IS 128 (50.39% from 255) = 52.89%

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 52.89%
G = 44.63%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#806C06 (or 0x806C06) is known color: Olive. HEX triplet: 80, 6C and 06. RGB value is (128,108,6). Sum of RGB (Red+Green+Blue) = 128+108+6=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #806C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C06 is #7F93F9. Grayscale: #666666. Windows color (decimal): -8360954 or 420992. OLE color: 420992.

HSL color Cylindrical-coordinate representation of color #806C06: hue angle of 50.16º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #806C06 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 6 -
CMYK 0 0.16 0.95 0.50
HSL 50.16º 0.91% 0.26% -
HSV(B) 50.16º 0.95% 0.5% -
XYZ 14.3 15.33 2.38 -
YUV 102.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 128 108 6 0 0.16 0.95 0.50 50.16 0.91 0.26
Hex 80 6C 6 0 10 5F 32 32 5B 1A
Octal 200 154 6 0 20 137 62 62 133 32
Binary 10000000 1101100 110 0 10000 1011111 110010 110010 1011011 11010

Color Harmonies of #806C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C06

Black with #806C06

Text Example


Text Example

White with #806C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806C06; }

 p { color: rgb(128,108,6); }

 H1.HeaderClassName
 {
   color: #806C06;
 }
 .AnyTagClassName
 {
   color: #806C06;
 }
</style>

background-color css

<style>
 a { background-color: #806C06; }

 a { background-color: rgb(128,108,6); }

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

border-color css

<style>
 span { border-color: #806C06; }

 span { border-color: rgb(128,108,6); }

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