Html Css Color HEX #06541D Crusoe

📋 copy color: '#06541D'

red 6 ◦ green 84 ◦ blue 29

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

Shades of Crusoe #06541D

Tints of Crusoe #06541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 70.59%

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

R = 5.04%
G = 70.59%
B = 24.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#06541D (or 0x06541D) is known color: Crusoe. HEX triplet: 06, 54 and 1D. RGB value is (6,84,29). Sum of RGB (Red+Green+Blue) = 6+84+29=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #06541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541D is #F9ABE2. Grayscale: #363636. Windows color (decimal): -16362467 or 1922054. OLE color: 1922054.

HSL color Cylindrical-coordinate representation of color #06541D: hue angle of 137.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06541D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 29 -
CMYK 0.93 0 0.65 0.67
HSL 137.69º 0.87% 0.18% -
HSV(B) 137.69º 0.93% 0.33% -
XYZ 3.47 6.47 2.23 -
YUV 54.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 6 84 29 0.93 0 0.65 0.67 137.69 0.87 0.18
Hex 6 54 1D 5D 0 41 43 8A 57 12
Octal 6 124 35 135 0 101 103 212 127 22
Binary 110 1010100 11101 1011101 0 1000001 1000011 10001010 1010111 10010

Color Harmonies of #06541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06541D

Black with #06541D

Text Example


Text Example

White with #06541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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