Html Css Color HEX #635416 Bronze Olive

📋 copy color: '#635416'

red 99 ◦ green 84 ◦ blue 22

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

Shades of Bronze Olive #635416

Tints of Bronze Olive #635416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 48.29%
G = 40.98%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#635416 (or 0x635416) is known color: Bronze Olive. HEX triplet: 63, 54 and 16. RGB value is (99,84,22). Sum of RGB (Red+Green+Blue) = 99+84+22=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #635416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635416 is #9CABE9. Grayscale: #515151. Windows color (decimal): -10267626 or 1463395. OLE color: 1463395.

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

Color convert

RGB 99 84 22 -
CMYK 0 0.15 0.78 0.61
HSL 48.31º 0.64% 0.24% -
HSV(B) 48.31º 0.78% 0.39% -
XYZ 8.46 9.05 2.06 -
YUV 81.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 99 84 22 0 0.15 0.78 0.61 48.31 0.64 0.24
Hex 63 54 16 0 F 4E 3D 30 40 18
Octal 143 124 26 0 17 116 75 60 100 30
Binary 1100011 1010100 10110 0 1111 1001110 111101 110000 1000000 11000

Color Harmonies of #635416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635416

Black with #635416

Text Example


Text Example

White with #635416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635416; }

 p { color: rgb(99,84,22); }

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

background-color css

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

 a { background-color: rgb(99,84,22); }

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

border-color css

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

 span { border-color: rgb(99,84,22); }

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