Html Css Color HEX #635015 Bronze Olive

📋 copy color: '#635015'

red 99 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #635015

Tints of Bronze Olive #635015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 49.5%
G = 40%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#635015 (or 0x635015) is known color: Bronze Olive. HEX triplet: 63, 50 and 15. RGB value is (99,80,21). Sum of RGB (Red+Green+Blue) = 99+80+21=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635015 is #9CAFEA. Grayscale: #4F4F4F. Windows color (decimal): -10268651 or 1396835. OLE color: 1396835.

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

Color convert

RGB 99 80 21 -
CMYK 0 0.19 0.79 0.61
HSL 45.38º 0.65% 0.24% -
HSV(B) 45.38º 0.79% 0.39% -
XYZ 8.15 8.44 1.91 -
YUV 78.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 99 80 21 0 0.19 0.79 0.61 45.38 0.65 0.24
Hex 63 50 15 0 13 4F 3D 2D 41 18
Octal 143 120 25 0 23 117 75 55 101 30
Binary 1100011 1010000 10101 0 10011 1001111 111101 101101 1000001 11000

Color Harmonies of #635015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635015

Black with #635015

Text Example


Text Example

White with #635015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635015; }

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

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

background-color css

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

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

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

border-color css

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

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

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