Html Css Color HEX #06521E Crusoe

📋 copy color: '#06521E'

red 6 ◦ green 82 ◦ blue 30

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

Shades of Crusoe #06521E

Tints of Crusoe #06521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 69.49%

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

R = 5.08%
G = 69.49%
B = 25.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#06521E (or 0x06521E) is known color: Crusoe. HEX triplet: 06, 52 and 1E. RGB value is (6,82,30). Sum of RGB (Red+Green+Blue) = 6+82+30=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #06521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521E is #F9ADE1. Grayscale: #353535. Windows color (decimal): -16362978 or 1987078. OLE color: 1987078.

HSL color Cylindrical-coordinate representation of color #06521E: hue angle of 138.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06521E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 30 -
CMYK 0.93 0 0.63 0.68
HSL 138.95º 0.86% 0.17% -
HSV(B) 138.95º 0.93% 0.32% -
XYZ 3.33 6.17 2.24 -
YUV 53.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 6 82 30 0.93 0 0.63 0.68 138.95 0.86 0.17
Hex 6 52 1E 5D 0 3F 44 8B 56 11
Octal 6 122 36 135 0 77 104 213 126 21
Binary 110 1010010 11110 1011101 0 111111 1000100 10001011 1010110 10001

Color Harmonies of #06521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06521E

Black with #06521E

Text Example


Text Example

White with #06521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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