Html Css Color HEX #06661C Crusoe

📋 copy color: '#06661C'

red 6 ◦ green 102 ◦ blue 28

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

Shades of Crusoe #06661C

Tints of Crusoe #06661C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 4.41%
G = 75%
B = 20.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#06661C (or 0x06661C) is known color: Crusoe. HEX triplet: 06, 66 and 1C. RGB value is (6,102,28). Sum of RGB (Red+Green+Blue) = 6+102+28=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #06661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661C is #F999E3. Grayscale: #414141. Windows color (decimal): -16357860 or 1861126. OLE color: 1861126.

HSL color Cylindrical-coordinate representation of color #06661C: hue angle of 133.75º 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 #06661C is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 28 -
CMYK 0.94 0 0.73 0.6
HSL 133.75º 0.89% 0.21% -
HSV(B) 133.75º 0.94% 0.4% -
XYZ 5.04 9.63 2.69 -
YUV 64.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 6 102 28 0.94 0 0.73 0.6 133.75 0.89 0.21
Hex 6 66 1C 5E 0 49 3C 86 59 15
Octal 6 146 34 136 0 111 74 206 131 25
Binary 110 1100110 11100 1011110 0 1001001 111100 10000110 1011001 10101

Color Harmonies of #06661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06661C

Black with #06661C

Text Example


Text Example

White with #06661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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