Html Css Color HEX #605523 Bronze Olive

📋 copy color: '#605523'

red 96 ◦ green 85 ◦ blue 35

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

Shades of Bronze Olive #605523

Tints of Bronze Olive #605523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 44.44%
G = 39.35%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#605523 (or 0x605523) is known color: Bronze Olive. HEX triplet: 60, 55 and 23. RGB value is (96,85,35). Sum of RGB (Red+Green+Blue) = 96+85+35=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605523 is #9FAADC. Grayscale: #525252. Windows color (decimal): -10463965 or 2315616. OLE color: 2315616.

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

Color convert

RGB 96 85 35 -
CMYK 0 0.11 0.64 0.62
HSL 49.18º 0.47% 0.26% -
HSV(B) 49.18º 0.64% 0.38% -
XYZ 8.38 9.11 2.91 -
YUV 82.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 96 85 35 0 0.11 0.64 0.62 49.18 0.47 0.26
Hex 60 55 23 0 B 40 3E 31 2F 1A
Octal 140 125 43 0 13 100 76 61 57 32
Binary 1100000 1010101 100011 0 1011 1000000 111110 110001 101111 11010

Color Harmonies of #605523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605523

Black with #605523

Text Example


Text Example

White with #605523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605523; }

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

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

background-color css

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

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

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

border-color css

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

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

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