Html Css Color HEX #635413 Bronze Olive

📋 copy color: '#635413'

red 99 ◦ green 84 ◦ blue 19

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

Shades of Bronze Olive #635413

Tints of Bronze Olive #635413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 49.01%
G = 41.58%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#635413 (or 0x635413) is known color: Bronze Olive. HEX triplet: 63, 54 and 13. RGB value is (99,84,19). Sum of RGB (Red+Green+Blue) = 99+84+19=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635413 is #9CABEC. Grayscale: #515151. Windows color (decimal): -10267629 or 1266787. OLE color: 1266787.

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

Color convert

RGB 99 84 19 -
CMYK 0 0.15 0.81 0.61
HSL 48.75º 0.68% 0.23% -
HSV(B) 48.75º 0.81% 0.39% -
XYZ 8.43 9.04 1.92 -
YUV 81.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 99 84 19 0 0.15 0.81 0.61 48.75 0.68 0.23
Hex 63 54 13 0 F 51 3D 31 44 17
Octal 143 124 23 0 17 121 75 61 104 27
Binary 1100011 1010100 10011 0 1111 1010001 111101 110001 1000100 10111

Color Harmonies of #635413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635413

Black with #635413

Text Example


Text Example

White with #635413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635413; }

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

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

background-color css

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

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

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

border-color css

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

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

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