Html Css Color HEX #06521A Crusoe

📋 copy color: '#06521A'

red 6 ◦ green 82 ◦ blue 26

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

Shades of Crusoe #06521A

Tints of Crusoe #06521A

RGB

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

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

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

R = 5.26%
G = 71.93%
B = 22.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#06521A (or 0x06521A) is known color: Crusoe. HEX triplet: 06, 52 and 1A. RGB value is (6,82,26). Sum of RGB (Red+Green+Blue) = 6+82+26=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #06521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521A is #F9ADE5. Grayscale: #353535. Windows color (decimal): -16362982 or 1724934. OLE color: 1724934.

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

Color convert

RGB 6 82 26 -
CMYK 0.93 0 0.68 0.68
HSL 135.79º 0.86% 0.17% -
HSV(B) 135.79º 0.93% 0.32% -
XYZ 3.28 6.15 1.99 -
YUV 52.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 6 82 26 0.93 0 0.68 0.68 135.79 0.86 0.17
Hex 6 52 1A 5D 0 44 44 88 56 11
Octal 6 122 32 135 0 104 104 210 126 21
Binary 110 1010010 11010 1011101 0 1000100 1000100 10001000 1010110 10001

Color Harmonies of #06521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06521A

Black with #06521A

Text Example


Text Example

White with #06521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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