Html Css Color HEX #635310 Bronze Olive

📋 copy color: '#635310'

red 99 ◦ green 83 ◦ blue 16

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

Shades of Bronze Olive #635310

Tints of Bronze Olive #635310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 50%
G = 41.92%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#635310 (or 0x635310) is known color: Bronze Olive. HEX triplet: 63, 53 and 10. RGB value is (99,83,16). Sum of RGB (Red+Green+Blue) = 99+83+16=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #635310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635310 is #9CACEF. Grayscale: #505050. Windows color (decimal): -10267888 or 1069923. OLE color: 1069923.

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

Color convert

RGB 99 83 16 -
CMYK 0 0.16 0.84 0.61
HSL 48.43º 0.72% 0.23% -
HSV(B) 48.43º 0.84% 0.39% -
XYZ 8.33 8.88 1.76 -
YUV 80.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 99 83 16 0 0.16 0.84 0.61 48.43 0.72 0.23
Hex 63 53 10 0 10 54 3D 30 48 17
Octal 143 123 20 0 20 124 75 60 110 27
Binary 1100011 1010011 10000 0 10000 1010100 111101 110000 1001000 10111

Color Harmonies of #635310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635310

Black with #635310

Text Example


Text Example

White with #635310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635310; }

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

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

background-color css

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

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

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

border-color css

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

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

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