Html Css Color HEX #635520 Bronze Olive

📋 copy color: '#635520'

red 99 ◦ green 85 ◦ blue 32

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

Shades of Bronze Olive #635520

Tints of Bronze Olive #635520

RGB

 RED value IS 99 (39.06% from 255) = 45.83%

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

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 45.83%
G = 39.35%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#635520 (or 0x635520) is known color: Bronze Olive. HEX triplet: 63, 55 and 20. RGB value is (99,85,32). Sum of RGB (Red+Green+Blue) = 99+85+32=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #635520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635520 is #9CAADF. Grayscale: #535353. Windows color (decimal): -10267360 or 2119011. OLE color: 2119011.

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

Color convert

RGB 99 85 32 -
CMYK 0 0.14 0.68 0.61
HSL 47.46º 0.51% 0.26% -
HSV(B) 47.46º 0.68% 0.39% -
XYZ 8.65 9.25 2.7 -
YUV 83.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 99 85 32 0 0.14 0.68 0.61 47.46 0.51 0.26
Hex 63 55 20 0 E 44 3D 2F 33 1A
Octal 143 125 40 0 16 104 75 57 63 32
Binary 1100011 1010101 100000 0 1110 1000100 111101 101111 110011 11010

Color Harmonies of #635520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635520

Black with #635520

Text Example


Text Example

White with #635520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635520; }

 p { color: rgb(99,85,32); }

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

background-color css

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

 a { background-color: rgb(99,85,32); }

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

border-color css

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

 span { border-color: rgb(99,85,32); }

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