Html Css Color HEX #06641E Crusoe

📋 copy color: '#06641E'

red 6 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #06641E

Tints of Crusoe #06641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 73.53%

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

R = 4.41%
G = 73.53%
B = 22.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#06641E (or 0x06641E) is known color: Crusoe. HEX triplet: 06, 64 and 1E. RGB value is (6,100,30). Sum of RGB (Red+Green+Blue) = 6+100+30=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #06641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06641E is #F99BE1. Grayscale: #404040. Windows color (decimal): -16358370 or 1991686. OLE color: 1991686.

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

Color convert

RGB 6 100 30 -
CMYK 0.94 0 0.70 0.61
HSL 135.32º 0.89% 0.21% -
HSV(B) 135.32º 0.94% 0.39% -
XYZ 4.87 9.25 2.76 -
YUV 63.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 6 100 30 0.94 0 0.70 0.61 135.32 0.89 0.21
Hex 6 64 1E 5E 0 46 3D 87 59 15
Octal 6 144 36 136 0 106 75 207 131 25
Binary 110 1100100 11110 1011110 0 1000110 111101 10000111 1011001 10101

Color Harmonies of #06641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06641E

Black with #06641E

Text Example


Text Example

White with #06641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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