Html Css Color HEX #635523 Bronze Olive

📋 copy color: '#635523'

red 99 ◦ green 85 ◦ blue 35

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

Shades of Bronze Olive #635523

Tints of Bronze Olive #635523

RGB

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

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

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

R = 45.21%
G = 38.81%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#635523 (or 0x635523) is known color: Bronze Olive. HEX triplet: 63, 55 and 23. RGB value is (99,85,35). Sum of RGB (Red+Green+Blue) = 99+85+35=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #635523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635523 is #9CAADC. Grayscale: #535353. Windows color (decimal): -10267357 or 2315619. OLE color: 2315619.

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

Color convert

RGB 99 85 35 -
CMYK 0 0.14 0.65 0.61
HSL 46.88º 0.48% 0.26% -
HSV(B) 46.88º 0.65% 0.39% -
XYZ 8.7 9.27 2.92 -
YUV 83.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 99 85 35 0 0.14 0.65 0.61 46.88 0.48 0.26
Hex 63 55 23 0 E 41 3D 2F 30 1A
Octal 143 125 43 0 16 101 75 57 60 32
Binary 1100011 1010101 100011 0 1110 1000001 111101 101111 110000 11010

Color Harmonies of #635523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635523

Black with #635523

Text Example


Text Example

White with #635523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635523; }

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

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

background-color css

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

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

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

border-color css

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

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

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