Html Css Color HEX #605325 Bronze Olive

📋 copy color: '#605325'

red 96 ◦ green 83 ◦ blue 37

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

Shades of Bronze Olive #605325

Tints of Bronze Olive #605325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.13%

R = 44.44%
G = 38.43%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#605325 (or 0x605325) is known color: Bronze Olive. HEX triplet: 60, 53 and 25. RGB value is (96,83,37). Sum of RGB (Red+Green+Blue) = 96+83+37=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605325 is #9FACDA. Grayscale: #515151. Windows color (decimal): -10464475 or 2446176. OLE color: 2446176.

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

Color convert

RGB 96 83 37 -
CMYK 0 0.14 0.61 0.62
HSL 46.78º 0.44% 0.26% -
HSV(B) 46.78º 0.61% 0.38% -
XYZ 8.25 8.81 3.02 -
YUV 81.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 96 83 37 0 0.14 0.61 0.62 46.78 0.44 0.26
Hex 60 53 25 0 E 3D 3E 2F 2C 1A
Octal 140 123 45 0 16 75 76 57 54 32
Binary 1100000 1010011 100101 0 1110 111101 111110 101111 101100 11010

Color Harmonies of #605325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605325

Black with #605325

Text Example


Text Example

White with #605325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605325; }

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

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

background-color css

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

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

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

border-color css

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

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

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