Html Css Color HEX #085616 Crusoe

📋 copy color: '#085616'

red 8 ◦ green 86 ◦ blue 22

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

Shades of Crusoe #085616

Tints of Crusoe #085616

RGB

 RED value IS 8 (3.52% from 255) = 6.9%

 GREEN value IS 86 (33.98% from 255) = 74.14%

 BLUE value IS 22 (8.98% from 255) = 18.97%

R = 6.9%
G = 74.14%
B = 18.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#085616 (or 0x085616) is known color: Crusoe. HEX triplet: 08, 56 and 16. RGB value is (8,86,22). Sum of RGB (Red+Green+Blue) = 8+86+22=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #085616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085616 is #F7A9E9. Grayscale: #373737. Windows color (decimal): -16230890 or 1463816. OLE color: 1463816.

HSL color Cylindrical-coordinate representation of color #085616: hue angle of 130.77º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085616 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 22 -
CMYK 0.91 0 0.74 0.66
HSL 130.77º 0.83% 0.18% -
HSV(B) 130.77º 0.91% 0.34% -
XYZ 3.57 6.77 1.88 -
YUV 55.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 8 86 22 0.91 0 0.74 0.66 130.77 0.83 0.18
Hex 8 56 16 5B 0 4A 42 83 53 12
Octal 10 126 26 133 0 112 102 203 123 22
Binary 1000 1010110 10110 1011011 0 1001010 1000010 10000011 1010011 10010

Color Harmonies of #085616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085616

Black with #085616

Text Example


Text Example

White with #085616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085616; }

 p { color: rgb(8,86,22); }

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

background-color css

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

 a { background-color: rgb(8,86,22); }

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

border-color css

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

 span { border-color: rgb(8,86,22); }

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