Html Css Color HEX #06541A Crusoe

📋 copy color: '#06541A'

red 6 ◦ green 84 ◦ blue 26

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

Shades of Crusoe #06541A

Tints of Crusoe #06541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.41%

R = 5.17%
G = 72.41%
B = 22.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#06541A (or 0x06541A) is known color: Crusoe. HEX triplet: 06, 54 and 1A. RGB value is (6,84,26). Sum of RGB (Red+Green+Blue) = 6+84+26=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #06541A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541A is #F9ABE5. Grayscale: #363636. Windows color (decimal): -16362470 or 1725446. OLE color: 1725446.

HSL color Cylindrical-coordinate representation of color #06541A: hue angle of 135.38º 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 #06541A is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 26 -
CMYK 0.93 0 0.69 0.67
HSL 135.38º 0.87% 0.18% -
HSV(B) 135.38º 0.93% 0.33% -
XYZ 3.43 6.45 2.04 -
YUV 54.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 6 84 26 0.93 0 0.69 0.67 135.38 0.87 0.18
Hex 6 54 1A 5D 0 45 43 87 57 12
Octal 6 124 32 135 0 105 103 207 127 22
Binary 110 1010100 11010 1011101 0 1000101 1000011 10000111 1010111 10010

Color Harmonies of #06541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06541A

Black with #06541A

Text Example


Text Example

White with #06541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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