Html Css Color HEX #066121 Crusoe

📋 copy color: '#066121'

red 6 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #066121

Tints of Crusoe #066121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 71.32%

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

R = 4.41%
G = 71.32%
B = 24.26%

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

#066121 (or 0x066121) is known color: Crusoe. HEX triplet: 06, 61 and 21. RGB value is (6,97,33). Sum of RGB (Red+Green+Blue) = 6+97+33=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #066121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066121 is #F99EDE. Grayscale: #3E3E3E. Windows color (decimal): -16359135 or 2187526. OLE color: 2187526.

HSL color Cylindrical-coordinate representation of color #066121: hue angle of 137.8º 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 #066121 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 33 -
CMYK 0.94 0 0.66 0.62
HSL 137.8º 0.88% 0.2% -
HSV(B) 137.8º 0.94% 0.38% -
XYZ 4.62 8.7 2.87 -
YUV 62.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 6 97 33 0.94 0 0.66 0.62 137.8 0.88 0.2
Hex 6 61 21 5E 0 42 3E 8A 58 14
Octal 6 141 41 136 0 102 76 212 130 24
Binary 110 1100001 100001 1011110 0 1000010 111110 10001010 1011000 10100

Color Harmonies of #066121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066121

Black with #066121

Text Example


Text Example

White with #066121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066121; }

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

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

background-color css

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

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

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

border-color css

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

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

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