Html Css Color HEX #06521D Crusoe

📋 copy color: '#06521D'

red 6 ◦ green 82 ◦ blue 29

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

Shades of Crusoe #06521D

Tints of Crusoe #06521D

RGB

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

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

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

R = 5.13%
G = 70.09%
B = 24.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#06521D (or 0x06521D) is known color: Crusoe. HEX triplet: 06, 52 and 1D. RGB value is (6,82,29). Sum of RGB (Red+Green+Blue) = 6+82+29=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #06521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521D is #F9ADE2. Grayscale: #353535. Windows color (decimal): -16362979 or 1921542. OLE color: 1921542.

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

Color convert

RGB 6 82 29 -
CMYK 0.93 0 0.65 0.68
HSL 138.16º 0.86% 0.17% -
HSV(B) 138.16º 0.93% 0.32% -
XYZ 3.31 6.16 2.18 -
YUV 53.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 6 82 29 0.93 0 0.65 0.68 138.16 0.86 0.17
Hex 6 52 1D 5D 0 41 44 8A 56 11
Octal 6 122 35 135 0 101 104 212 126 21
Binary 110 1010010 11101 1011101 0 1000001 1000100 10001010 1010110 10001

Color Harmonies of #06521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06521D

Black with #06521D

Text Example


Text Example

White with #06521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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