Html Css Color HEX #635324 Bronze Olive

📋 copy color: '#635324'

red 99 ◦ green 83 ◦ blue 36

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

Shades of Bronze Olive #635324

Tints of Bronze Olive #635324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 45.41%
G = 38.07%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#635324 (or 0x635324) is known color: Bronze Olive. HEX triplet: 63, 53 and 24. RGB value is (99,83,36). Sum of RGB (Red+Green+Blue) = 99+83+36=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #635324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635324 is #9CACDB. Grayscale: #525252. Windows color (decimal): -10267868 or 2380643. OLE color: 2380643.

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

Color convert

RGB 99 83 36 -
CMYK 0 0.16 0.64 0.61
HSL 44.76º 0.47% 0.26% -
HSV(B) 44.76º 0.64% 0.39% -
XYZ 8.56 8.97 2.95 -
YUV 82.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 99 83 36 0 0.16 0.64 0.61 44.76 0.47 0.26
Hex 63 53 24 0 10 40 3D 2D 2F 1A
Octal 143 123 44 0 20 100 75 55 57 32
Binary 1100011 1010011 100100 0 10000 1000000 111101 101101 101111 11010

Color Harmonies of #635324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635324

Black with #635324

Text Example


Text Example

White with #635324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635324; }

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

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

background-color css

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

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

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

border-color css

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

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

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