Html Css Color HEX #066320 Crusoe

📋 copy color: '#066320'

red 6 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #066320

Tints of Crusoe #066320

RGB

 RED value IS 6 (2.73% from 255) = 4.38%

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 4.38%
G = 72.26%
B = 23.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#066320 (or 0x066320) is known color: Crusoe. HEX triplet: 06, 63 and 20. RGB value is (6,99,32). Sum of RGB (Red+Green+Blue) = 6+99+32=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #066320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066320 is #F99CDF. Grayscale: #3F3F3F. Windows color (decimal): -16358624 or 2122502. OLE color: 2122502.

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

Color convert

RGB 6 99 32 -
CMYK 0.94 0 0.68 0.61
HSL 136.77º 0.89% 0.21% -
HSV(B) 136.77º 0.94% 0.39% -
XYZ 4.8 9.07 2.86 -
YUV 63.56 110.19 86.95 -
System Red Green Blue C M Y K H S L
Decimal 6 99 32 0.94 0 0.68 0.61 136.77 0.89 0.21
Hex 6 63 20 5E 0 44 3D 89 59 15
Octal 6 143 40 136 0 104 75 211 131 25
Binary 110 1100011 100000 1011110 0 1000100 111101 10001001 1011001 10101

Color Harmonies of #066320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066320

Black with #066320

Text Example


Text Example

White with #066320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066320; }

 p { color: rgb(6,99,32); }

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

background-color css

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

 a { background-color: rgb(6,99,32); }

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

border-color css

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

 span { border-color: rgb(6,99,32); }

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