Html Css Color HEX #06531E Crusoe

📋 copy color: '#06531E'

red 6 ◦ green 83 ◦ blue 30

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

Shades of Crusoe #06531E

Tints of Crusoe #06531E

RGB

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

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

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

R = 5.04%
G = 69.75%
B = 25.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#06531E (or 0x06531E) is known color: Crusoe. HEX triplet: 06, 53 and 1E. RGB value is (6,83,30). Sum of RGB (Red+Green+Blue) = 6+83+30=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #06531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531E is #F9ACE1. Grayscale: #363636. Windows color (decimal): -16362722 or 1987334. OLE color: 1987334.

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

Color convert

RGB 6 83 30 -
CMYK 0.93 0 0.64 0.67
HSL 138.7º 0.87% 0.17% -
HSV(B) 138.7º 0.93% 0.33% -
XYZ 3.4 6.32 2.27 -
YUV 53.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 6 83 30 0.93 0 0.64 0.67 138.7 0.87 0.17
Hex 6 53 1E 5D 0 40 43 8B 57 11
Octal 6 123 36 135 0 100 103 213 127 21
Binary 110 1010011 11110 1011101 0 1000000 1000011 10001011 1010111 10001

Color Harmonies of #06531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06531E

Black with #06531E

Text Example


Text Example

White with #06531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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