Html Css Color HEX #06621F Crusoe

📋 copy color: '#06621F'

red 6 ◦ green 98 ◦ blue 31

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

Shades of Crusoe #06621F

Tints of Crusoe #06621F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 4.44%
G = 72.59%
B = 22.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#06621F (or 0x06621F) is known color: Crusoe. HEX triplet: 06, 62 and 1F. RGB value is (6,98,31). Sum of RGB (Red+Green+Blue) = 6+98+31=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #06621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06621F is #F99DE0. Grayscale: #3F3F3F. Windows color (decimal): -16358881 or 2056710. OLE color: 2056710.

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

Color convert

RGB 6 98 31 -
CMYK 0.94 0 0.68 0.62
HSL 136.3º 0.88% 0.2% -
HSV(B) 136.3º 0.94% 0.38% -
XYZ 4.69 8.87 2.76 -
YUV 62.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 6 98 31 0.94 0 0.68 0.62 136.3 0.88 0.2
Hex 6 62 1F 5E 0 44 3E 88 58 14
Octal 6 142 37 136 0 104 76 210 130 24
Binary 110 1100010 11111 1011110 0 1000100 111110 10001000 1011000 10100

Color Harmonies of #06621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06621F

Black with #06621F

Text Example


Text Example

White with #06621F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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