Html Css Color HEX #06531F Crusoe

📋 copy color: '#06531F'

red 6 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #06531F

Tints of Crusoe #06531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 5%
G = 69.17%
B = 25.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#06531F (or 0x06531F) is known color: Crusoe. HEX triplet: 06, 53 and 1F. RGB value is (6,83,31). Sum of RGB (Red+Green+Blue) = 6+83+31=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #06531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531F is #F9ACE0. Grayscale: #363636. Windows color (decimal): -16362721 or 2052870. OLE color: 2052870.

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

Color convert

RGB 6 83 31 -
CMYK 0.93 0 0.63 0.67
HSL 139.48º 0.87% 0.17% -
HSV(B) 139.48º 0.93% 0.33% -
XYZ 3.42 6.32 2.34 -
YUV 54.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 6 83 31 0.93 0 0.63 0.67 139.48 0.87 0.17
Hex 6 53 1F 5D 0 3F 43 8B 57 11
Octal 6 123 37 135 0 77 103 213 127 21
Binary 110 1010011 11111 1011101 0 111111 1000011 10001011 1010111 10001

Color Harmonies of #06531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06531F

Black with #06531F

Text Example


Text Example

White with #06531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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