Html Css Color HEX #06601D Crusoe

📋 copy color: '#06601D'

red 6 ◦ green 96 ◦ blue 29

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

Shades of Crusoe #06601D

Tints of Crusoe #06601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 4.58%
G = 73.28%
B = 22.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#06601D (or 0x06601D) is known color: Crusoe. HEX triplet: 06, 60 and 1D. RGB value is (6,96,29). Sum of RGB (Red+Green+Blue) = 6+96+29=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #06601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06601D is #F99FE2. Grayscale: #3D3D3D. Windows color (decimal): -16359395 or 1925126. OLE color: 1925126.

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

Color convert

RGB 6 96 29 -
CMYK 0.94 0 0.70 0.62
HSL 135.33º 0.88% 0.2% -
HSV(B) 135.33º 0.94% 0.38% -
XYZ 4.48 8.49 2.57 -
YUV 61.45 109.68 88.45 -
System Red Green Blue C M Y K H S L
Decimal 6 96 29 0.94 0 0.70 0.62 135.33 0.88 0.2
Hex 6 60 1D 5E 0 46 3E 87 58 14
Octal 6 140 35 136 0 106 76 207 130 24
Binary 110 1100000 11101 1011110 0 1000110 111110 10000111 1011000 10100

Color Harmonies of #06601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06601D

Black with #06601D

Text Example


Text Example

White with #06601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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