Html Css Color HEX #06661B Crusoe

📋 copy color: '#06661B'

red 6 ◦ green 102 ◦ blue 27

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

Shades of Crusoe #06661B

Tints of Crusoe #06661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75.56%

 BLUE value IS 27 (10.94% from 255) = 20%

R = 4.44%
G = 75.56%
B = 20%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#06661B (or 0x06661B) is known color: Crusoe. HEX triplet: 06, 66 and 1B. RGB value is (6,102,27). Sum of RGB (Red+Green+Blue) = 6+102+27=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #06661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661B is #F999E4. Grayscale: #404040. Windows color (decimal): -16357861 or 1795590. OLE color: 1795590.

HSL color Cylindrical-coordinate representation of color #06661B: hue angle of 133.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06661B is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 27 -
CMYK 0.94 0 0.74 0.6
HSL 133.13º 0.89% 0.21% -
HSV(B) 133.13º 0.94% 0.4% -
XYZ 5.02 9.62 2.63 -
YUV 64.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 6 102 27 0.94 0 0.74 0.6 133.13 0.89 0.21
Hex 6 66 1B 5E 0 4A 3C 85 59 15
Octal 6 146 33 136 0 112 74 205 131 25
Binary 110 1100110 11011 1011110 0 1001010 111100 10000101 1011001 10101

Color Harmonies of #06661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06661B

Black with #06661B

Text Example


Text Example

White with #06661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06661B; }

 p { color: rgb(6,102,27); }

 H1.HeaderClassName
 {
   color: #06661B;
 }
 .AnyTagClassName
 {
   color: #06661B;
 }
</style>

background-color css

<style>
 a { background-color: #06661B; }

 a { background-color: rgb(6,102,27); }

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

border-color css

<style>
 span { border-color: #06661B; }

 span { border-color: rgb(6,102,27); }

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