Html Css Color HEX #066021 Crusoe

📋 copy color: '#066021'

red 6 ◦ green 96 ◦ blue 33

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

Shades of Crusoe #066021

Tints of Crusoe #066021

RGB

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

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

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

R = 4.44%
G = 71.11%
B = 24.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#066021 (or 0x066021) is known color: Crusoe. HEX triplet: 06, 60 and 21. RGB value is (6,96,33). Sum of RGB (Red+Green+Blue) = 6+96+33=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #066021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066021 is #F99FDE. Grayscale: #3E3E3E. Windows color (decimal): -16359391 or 2187270. OLE color: 2187270.

HSL color Cylindrical-coordinate representation of color #066021: hue angle of 138º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066021 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 33 -
CMYK 0.94 0 0.66 0.62
HSL 138º 0.88% 0.2% -
HSV(B) 138º 0.94% 0.38% -
XYZ 4.53 8.51 2.84 -
YUV 61.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 6 96 33 0.94 0 0.66 0.62 138 0.88 0.2
Hex 6 60 21 5E 0 42 3E 8A 58 14
Octal 6 140 41 136 0 102 76 212 130 24
Binary 110 1100000 100001 1011110 0 1000010 111110 10001010 1011000 10100

Color Harmonies of #066021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066021

Black with #066021

Text Example


Text Example

White with #066021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066021; }

 p { color: rgb(6,96,33); }

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

background-color css

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

 a { background-color: rgb(6,96,33); }

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

border-color css

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

 span { border-color: rgb(6,96,33); }

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