Html Css Color HEX #06541B Crusoe

📋 copy color: '#06541B'

red 6 ◦ green 84 ◦ blue 27

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

Shades of Crusoe #06541B

Tints of Crusoe #06541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 5.13%
G = 71.79%
B = 23.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#06541B (or 0x06541B) is known color: Crusoe. HEX triplet: 06, 54 and 1B. RGB value is (6,84,27). Sum of RGB (Red+Green+Blue) = 6+84+27=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #06541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541B is #F9ABE4. Grayscale: #363636. Windows color (decimal): -16362469 or 1790982. OLE color: 1790982.

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

Color convert

RGB 6 84 27 -
CMYK 0.93 0 0.68 0.67
HSL 136.15º 0.87% 0.18% -
HSV(B) 136.15º 0.93% 0.33% -
XYZ 3.44 6.46 2.1 -
YUV 54.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 6 84 27 0.93 0 0.68 0.67 136.15 0.87 0.18
Hex 6 54 1B 5D 0 44 43 88 57 12
Octal 6 124 33 135 0 104 103 210 127 22
Binary 110 1010100 11011 1011101 0 1000100 1000011 10001000 1010111 10010

Color Harmonies of #06541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06541B

Black with #06541B

Text Example


Text Example

White with #06541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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