Html Css Color HEX #605307 Bronze Olive

📋 copy color: '#605307'

red 96 ◦ green 83 ◦ blue 7

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

Shades of Bronze Olive #605307

Tints of Bronze Olive #605307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.76%

R = 51.61%
G = 44.62%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#605307 (or 0x605307) is known color: Bronze Olive. HEX triplet: 60, 53 and 07. RGB value is (96,83,7). Sum of RGB (Red+Green+Blue) = 96+83+7=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605307 is #9FACF8. Grayscale: #4E4E4E. Windows color (decimal): -10464505 or 480096. OLE color: 480096.

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

Color convert

RGB 96 83 7 -
CMYK 0 0.14 0.93 0.62
HSL 51.24º 0.86% 0.2% -
HSV(B) 51.24º 0.93% 0.38% -
XYZ 7.96 8.69 1.46 -
YUV 78.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 96 83 7 0 0.14 0.93 0.62 51.24 0.86 0.2
Hex 60 53 7 0 E 5D 3E 33 56 14
Octal 140 123 7 0 16 135 76 63 126 24
Binary 1100000 1010011 111 0 1110 1011101 111110 110011 1010110 10100

Color Harmonies of #605307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605307

Black with #605307

Text Example


Text Example

White with #605307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605307; }

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

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

background-color css

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

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

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

border-color css

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

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

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