Html Css Color HEX #06621E Crusoe

📋 copy color: '#06621E'

red 6 ◦ green 98 ◦ blue 30

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

Shades of Crusoe #06621E

Tints of Crusoe #06621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 73.13%

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 4.48%
G = 73.13%
B = 22.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#06621E (or 0x06621E) is known color: Crusoe. HEX triplet: 06, 62 and 1E. RGB value is (6,98,30). Sum of RGB (Red+Green+Blue) = 6+98+30=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #06621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06621E is #F99DE1. Grayscale: #3E3E3E. Windows color (decimal): -16358882 or 1991174. OLE color: 1991174.

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

Color convert

RGB 6 98 30 -
CMYK 0.94 0 0.69 0.62
HSL 135.65º 0.88% 0.2% -
HSV(B) 135.65º 0.94% 0.38% -
XYZ 4.68 8.87 2.69 -
YUV 62.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 6 98 30 0.94 0 0.69 0.62 135.65 0.88 0.2
Hex 6 62 1E 5E 0 45 3E 88 58 14
Octal 6 142 36 136 0 105 76 210 130 24
Binary 110 1100010 11110 1011110 0 1000101 111110 10001000 1011000 10100

Color Harmonies of #06621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06621E

Black with #06621E

Text Example


Text Example

White with #06621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06621E; }

 p { color: rgb(6,98,30); }

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

background-color css

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

 a { background-color: rgb(6,98,30); }

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

border-color css

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

 span { border-color: rgb(6,98,30); }

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