Html Css Color HEX #635323 Bronze Olive

📋 copy color: '#635323'

red 99 ◦ green 83 ◦ blue 35

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

Shades of Bronze Olive #635323

Tints of Bronze Olive #635323

RGB

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

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

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

R = 45.62%
G = 38.25%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#635323 (or 0x635323) is known color: Bronze Olive. HEX triplet: 63, 53 and 23. RGB value is (99,83,35). Sum of RGB (Red+Green+Blue) = 99+83+35=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #635323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635323 is #9CACDC. Grayscale: #525252. Windows color (decimal): -10267869 or 2315107. OLE color: 2315107.

HSL color Cylindrical-coordinate representation of color #635323: hue angle of 45º 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 #635323 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 35 -
CMYK 0 0.16 0.65 0.61
HSL 45º 0.48% 0.26% -
HSV(B) 45º 0.65% 0.39% -
XYZ 8.54 8.96 2.87 -
YUV 82.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 99 83 35 0 0.16 0.65 0.61 45 0.48 0.26
Hex 63 53 23 0 10 41 3D 2D 30 1A
Octal 143 123 43 0 20 101 75 55 60 32
Binary 1100011 1010011 100011 0 10000 1000001 111101 101101 110000 11010

Color Harmonies of #635323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635323

Black with #635323

Text Example


Text Example

White with #635323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635323; }

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

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

background-color css

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

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

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

border-color css

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

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

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