#634C1B

Color #634C1B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #634C1B

Tints of Bronze Olive #634C1B

Color information

#634C1B (or 0x634C1B) is unknown color: approx Bronze Olive. HEX triplet: 63, 4C and 1B. RGB value is (99,76,27). Sum of RGB (Red+Green+Blue) = 99+76+27=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #634C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C1B is #9CB3E4. Grayscale: #4D4D4D. Windows color (decimal): -10269669 or 1789027. OLE color: 1789027.

HSL color Cylindrical-coordinate representation of color #634C1B: hue angle of 40.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #634C1B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB997627-
CMYK00.230.730.61
HSL40.83º57.14%24.71%-
HSV(B)40.83º72.73%38.82%-
XYZ7.937.92.14-
YUV77.2999.62143.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=49.01%
G=37.62%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99762700.230.730.6140.8357.1424.71
Hex634C1B017493D293919
Octal1431143302711175517131
Binary1100011100110011011010111100100111110110100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C1B; }

 p { color: rgb(99,76,27); }

 H1.HeaderClassName
 {
   color: #634C1B;
 }
 .AnyTagClassName
 {
   color: #634C1B;
 }
</style>
background-color css

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

 a { background-color: rgb(99,76,27); }

 div.DivClassName
 {
   background-color: #634C1B;
 }
 .BgClassName
 {
   background-color: #634C1B;
 }
</style>
border-color css

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

 span { border-color: rgb(99,76,27); }

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