Html Css Color HEX #635013 Bronze Olive

📋 copy color: '#635013'

red 99 ◦ green 80 ◦ blue 19

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

Shades of Bronze Olive #635013

Tints of Bronze Olive #635013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 50%
G = 40.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#635013 (or 0x635013) is known color: Bronze Olive. HEX triplet: 63, 50 and 13. RGB value is (99,80,19). Sum of RGB (Red+Green+Blue) = 99+80+19=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #635013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635013 is #9CAFEC. Grayscale: #4E4E4E. Windows color (decimal): -10268653 or 1265763. OLE color: 1265763.

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

Color convert

RGB 99 80 19 -
CMYK 0 0.19 0.81 0.61
HSL 45.75º 0.68% 0.23% -
HSV(B) 45.75º 0.81% 0.39% -
XYZ 8.13 8.44 1.82 -
YUV 78.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 99 80 19 0 0.19 0.81 0.61 45.75 0.68 0.23
Hex 63 50 13 0 13 51 3D 2E 44 17
Octal 143 120 23 0 23 121 75 56 104 27
Binary 1100011 1010000 10011 0 10011 1010001 111101 101110 1000100 10111

Color Harmonies of #635013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635013

Black with #635013

Text Example


Text Example

White with #635013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635013; }

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

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

background-color css

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

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

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

border-color css

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

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

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