Html Css Color HEX #06631F Crusoe

📋 copy color: '#06631F'

red 6 ◦ green 99 ◦ blue 31

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

Shades of Crusoe #06631F

Tints of Crusoe #06631F

RGB

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

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

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

R = 4.41%
G = 72.79%
B = 22.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#06631F (or 0x06631F) is known color: Crusoe. HEX triplet: 06, 63 and 1F. RGB value is (6,99,31). Sum of RGB (Red+Green+Blue) = 6+99+31=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #06631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06631F is #F99CE0. Grayscale: #3F3F3F. Windows color (decimal): -16358625 or 2056966. OLE color: 2056966.

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

Color convert

RGB 6 99 31 -
CMYK 0.94 0 0.69 0.61
HSL 136.13º 0.89% 0.21% -
HSV(B) 136.13º 0.94% 0.39% -
XYZ 4.78 9.06 2.79 -
YUV 63.44 109.69 87.03 -
System Red Green Blue C M Y K H S L
Decimal 6 99 31 0.94 0 0.69 0.61 136.13 0.89 0.21
Hex 6 63 1F 5E 0 45 3D 88 59 15
Octal 6 143 37 136 0 105 75 210 131 25
Binary 110 1100011 11111 1011110 0 1000101 111101 10001000 1011001 10101

Color Harmonies of #06631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06631F

Black with #06631F

Text Example


Text Example

White with #06631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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