Html Css Color HEX #06632A Crusoe

📋 copy color: '#06632A'

red 6 ◦ green 99 ◦ blue 42

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

Shades of Crusoe #06632A

Tints of Crusoe #06632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 4.08%
G = 67.35%
B = 28.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#06632A (or 0x06632A) is known color: Crusoe. HEX triplet: 06, 63 and 2A. RGB value is (6,99,42). Sum of RGB (Red+Green+Blue) = 6+99+42=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #06632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06632A is #F99CD5. Grayscale: #404040. Windows color (decimal): -16358614 or 2777862. OLE color: 2777862.

HSL color Cylindrical-coordinate representation of color #06632A: hue angle of 143.23º 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 #06632A is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 99 42 -
CMYK 0.94 0 0.58 0.61
HSL 143.23º 0.89% 0.21% -
HSV(B) 143.23º 0.94% 0.39% -
XYZ 4.95 9.13 3.69 -
YUV 64.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 6 99 42 0.94 0 0.58 0.61 143.23 0.89 0.21
Hex 6 63 2A 5E 0 3A 3D 8F 59 15
Octal 6 143 52 136 0 72 75 217 131 25
Binary 110 1100011 101010 1011110 0 111010 111101 10001111 1011001 10101

Color Harmonies of #06632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06632A

Black with #06632A

Text Example


Text Example

White with #06632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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