Html Css Color HEX #605320 Bronze Olive

📋 copy color: '#605320'

red 96 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #605320

Tints of Bronze Olive #605320

RGB

 RED value IS 96 (37.89% from 255) = 45.5%

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 45.5%
G = 39.34%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#605320 (or 0x605320) is known color: Bronze Olive. HEX triplet: 60, 53 and 20. RGB value is (96,83,32). Sum of RGB (Red+Green+Blue) = 96+83+32=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605320 is #9FACDF. Grayscale: #515151. Windows color (decimal): -10464480 or 2118496. OLE color: 2118496.

HSL color Cylindrical-coordinate representation of color #605320: hue angle of 47.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #605320 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 32 -
CMYK 0 0.14 0.67 0.62
HSL 47.81º 0.5% 0.25% -
HSV(B) 47.81º 0.67% 0.38% -
XYZ 8.18 8.78 2.63 -
YUV 81.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 96 83 32 0 0.14 0.67 0.62 47.81 0.5 0.25
Hex 60 53 20 0 E 43 3E 30 32 19
Octal 140 123 40 0 16 103 76 60 62 31
Binary 1100000 1010011 100000 0 1110 1000011 111110 110000 110010 11001

Color Harmonies of #605320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605320

Black with #605320

Text Example


Text Example

White with #605320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605320; }

 p { color: rgb(96,83,32); }

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

background-color css

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

 a { background-color: rgb(96,83,32); }

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

border-color css

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

 span { border-color: rgb(96,83,32); }

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