Html Css Color HEX #06611E Crusoe

📋 copy color: '#06611E'

red 6 ◦ green 97 ◦ blue 30

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

Shades of Crusoe #06611E

Tints of Crusoe #06611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.93%

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

R = 4.51%
G = 72.93%
B = 22.56%

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

#06611E (or 0x06611E) is known color: Crusoe. HEX triplet: 06, 61 and 1E. RGB value is (6,97,30). Sum of RGB (Red+Green+Blue) = 6+97+30=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #06611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06611E is #F99EE1. Grayscale: #3E3E3E. Windows color (decimal): -16359138 or 1990918. OLE color: 1990918.

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

Color convert

RGB 6 97 30 -
CMYK 0.94 0 0.69 0.62
HSL 135.82º 0.88% 0.2% -
HSV(B) 135.82º 0.94% 0.38% -
XYZ 4.58 8.68 2.66 -
YUV 62.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 6 97 30 0.94 0 0.69 0.62 135.82 0.88 0.2
Hex 6 61 1E 5E 0 45 3E 88 58 14
Octal 6 141 36 136 0 105 76 210 130 24
Binary 110 1100001 11110 1011110 0 1000101 111110 10001000 1011000 10100

Color Harmonies of #06611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06611E

Black with #06611E

Text Example


Text Example

White with #06611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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