Html Css Color HEX #605512 Bronze Olive

📋 copy color: '#605512'

red 96 ◦ green 85 ◦ blue 18

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

Shades of Bronze Olive #605512

Tints of Bronze Olive #605512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 48.24%
G = 42.71%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#605512 (or 0x605512) is known color: Bronze Olive. HEX triplet: 60, 55 and 12. RGB value is (96,85,18). Sum of RGB (Red+Green+Blue) = 96+85+18=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605512 is #9FAAED. Grayscale: #505050. Windows color (decimal): -10463982 or 1201504. OLE color: 1201504.

HSL color Cylindrical-coordinate representation of color #605512: hue angle of 51.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #605512 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 18 -
CMYK 0 0.11 0.81 0.62
HSL 51.54º 0.68% 0.22% -
HSV(B) 51.54º 0.81% 0.38% -
XYZ 8.18 9.03 1.88 -
YUV 80.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 96 85 18 0 0.11 0.81 0.62 51.54 0.68 0.22
Hex 60 55 12 0 B 51 3E 34 44 16
Octal 140 125 22 0 13 121 76 64 104 26
Binary 1100000 1010101 10010 0 1011 1010001 111110 110100 1000100 10110

Color Harmonies of #605512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605512

Black with #605512

Text Example


Text Example

White with #605512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605512; }

 p { color: rgb(96,85,18); }

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

background-color css

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

 a { background-color: rgb(96,85,18); }

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

border-color css

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

 span { border-color: rgb(96,85,18); }

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