Html Css Color HEX #06601E Crusoe

📋 copy color: '#06601E'

red 6 ◦ green 96 ◦ blue 30

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

Shades of Crusoe #06601E

Tints of Crusoe #06601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 72.73%

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

R = 4.55%
G = 72.73%
B = 22.73%

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

#06601E (or 0x06601E) is known color: Crusoe. HEX triplet: 06, 60 and 1E. RGB value is (6,96,30). Sum of RGB (Red+Green+Blue) = 6+96+30=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #06601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06601E is #F99FE1. Grayscale: #3D3D3D. Windows color (decimal): -16359394 or 1990662. OLE color: 1990662.

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

Color convert

RGB 6 96 30 -
CMYK 0.94 0 0.69 0.62
HSL 136º 0.88% 0.2% -
HSV(B) 136º 0.94% 0.38% -
XYZ 4.49 8.5 2.63 -
YUV 61.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 6 96 30 0.94 0 0.69 0.62 136 0.88 0.2
Hex 6 60 1E 5E 0 45 3E 88 58 14
Octal 6 140 36 136 0 105 76 210 130 24
Binary 110 1100000 11110 1011110 0 1000101 111110 10001000 1011000 10100

Color Harmonies of #06601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06601E

Black with #06601E

Text Example


Text Example

White with #06601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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