Html Css Color HEX #096321 Crusoe

📋 copy color: '#096321'

red 9 ◦ green 99 ◦ blue 33

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

Shades of Crusoe #096321

Tints of Crusoe #096321

RGB

 RED value IS 9 (3.91% from 255) = 6.38%

 GREEN value IS 99 (39.06% from 255) = 70.21%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 6.38%
G = 70.21%
B = 23.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#096321 (or 0x096321) is known color: Crusoe. HEX triplet: 09, 63 and 21. RGB value is (9,99,33). Sum of RGB (Red+Green+Blue) = 9+99+33=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #096321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096321 is #F69CDE. Grayscale: #404040. Windows color (decimal): -16162015 or 2188041. OLE color: 2188041.

HSL color Cylindrical-coordinate representation of color #096321: hue angle of 136º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096321 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 33 -
CMYK 0.91 0 0.67 0.61
HSL 136º 0.83% 0.21% -
HSV(B) 136º 0.91% 0.39% -
XYZ 4.85 9.09 2.94 -
YUV 64.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 9 99 33 0.91 0 0.67 0.61 136 0.83 0.21
Hex 9 63 21 5B 0 43 3D 88 53 15
Octal 11 143 41 133 0 103 75 210 123 25
Binary 1001 1100011 100001 1011011 0 1000011 111101 10001000 1010011 10101

Color Harmonies of #096321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096321

Black with #096321

Text Example


Text Example

White with #096321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096321; }

 p { color: rgb(9,99,33); }

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

background-color css

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

 a { background-color: rgb(9,99,33); }

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

border-color css

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

 span { border-color: rgb(9,99,33); }

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