Html Css Color HEX #06531A Crusoe

📋 copy color: '#06531A'

red 6 ◦ green 83 ◦ blue 26

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

Shades of Crusoe #06531A

Tints of Crusoe #06531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

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

R = 5.22%
G = 72.17%
B = 22.61%

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

#06531A (or 0x06531A) is known color: Crusoe. HEX triplet: 06, 53 and 1A. RGB value is (6,83,26). Sum of RGB (Red+Green+Blue) = 6+83+26=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #06531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531A is #F9ACE5. Grayscale: #353535. Windows color (decimal): -16362726 or 1725190. OLE color: 1725190.

HSL color Cylindrical-coordinate representation of color #06531A: hue angle of 135.58º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06531A is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 26 -
CMYK 0.93 0 0.69 0.67
HSL 135.58º 0.87% 0.17% -
HSV(B) 135.58º 0.93% 0.33% -
XYZ 3.35 6.3 2.02 -
YUV 53.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 6 83 26 0.93 0 0.69 0.67 135.58 0.87 0.17
Hex 6 53 1A 5D 0 45 43 88 57 11
Octal 6 123 32 135 0 105 103 210 127 21
Binary 110 1010011 11010 1011101 0 1000101 1000011 10001000 1010111 10001

Color Harmonies of #06531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06531A

Black with #06531A

Text Example


Text Example

White with #06531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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