Html Css Color HEX #635011 Bronze Olive

📋 copy color: '#635011'

red 99 ◦ green 80 ◦ blue 17

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

Shades of Bronze Olive #635011

Tints of Bronze Olive #635011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 50.51%
G = 40.82%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#635011 (or 0x635011) is known color: Bronze Olive. HEX triplet: 63, 50 and 11. RGB value is (99,80,17). Sum of RGB (Red+Green+Blue) = 99+80+17=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #635011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635011 is #9CAFEE. Grayscale: #4E4E4E. Windows color (decimal): -10268655 or 1134691. OLE color: 1134691.

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

Color convert

RGB 99 80 17 -
CMYK 0 0.19 0.83 0.61
HSL 46.1º 0.71% 0.23% -
HSV(B) 46.1º 0.83% 0.39% -
XYZ 8.12 8.43 1.73 -
YUV 78.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 99 80 17 0 0.19 0.83 0.61 46.1 0.71 0.23
Hex 63 50 11 0 13 53 3D 2E 47 17
Octal 143 120 21 0 23 123 75 56 107 27
Binary 1100011 1010000 10001 0 10011 1010011 111101 101110 1000111 10111

Color Harmonies of #635011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635011

Black with #635011

Text Example


Text Example

White with #635011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635011; }

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

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

background-color css

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

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

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

border-color css

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

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

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