Html Css Color HEX #605308 Bronze Olive

📋 copy color: '#605308'

red 96 ◦ green 83 ◦ blue 8

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

Shades of Bronze Olive #605308

Tints of Bronze Olive #605308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 51.34%
G = 44.39%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#605308 (or 0x605308) is known color: Bronze Olive. HEX triplet: 60, 53 and 08. RGB value is (96,83,8). Sum of RGB (Red+Green+Blue) = 96+83+8=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #605308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605308 is #9FACF7. Grayscale: #4E4E4E. Windows color (decimal): -10464504 or 545632. OLE color: 545632.

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

Color convert

RGB 96 83 8 -
CMYK 0 0.14 0.92 0.62
HSL 51.14º 0.85% 0.2% -
HSV(B) 51.14º 0.92% 0.38% -
XYZ 7.96 8.69 1.49 -
YUV 78.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 96 83 8 0 0.14 0.92 0.62 51.14 0.85 0.2
Hex 60 53 8 0 E 5C 3E 33 55 14
Octal 140 123 10 0 16 134 76 63 125 24
Binary 1100000 1010011 1000 0 1110 1011100 111110 110011 1010101 10100

Color Harmonies of #605308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605308

Black with #605308

Text Example


Text Example

White with #605308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605308; }

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

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

background-color css

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

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

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

border-color css

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

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

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