#634B1C

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

Shades of Bronze Olive #634B1C

Tints of Bronze Olive #634B1C

Color information

#634B1C (or 0x634B1C) is unknown color: approx Bronze Olive. HEX triplet: 63, 4B and 1C. RGB value is (99,75,28). Sum of RGB (Red+Green+Blue) = 99+75+28=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #634B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B1C is #9CB4E3. Grayscale: #4D4D4D. Windows color (decimal): -10269924 or 1854307. OLE color: 1854307.

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

Color convert

RGB997528-
CMYK00.240.720.61
HSL39.72º55.91%24.9%-
HSV(B)39.72º71.72%38.82%-
XYZ7.877.772.18-
YUV76.82100.45143.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=49.01%
G=37.13%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99752800.240.720.6139.7255.9124.9
Hex634B1C018483D283819
Octal1431133403011075507031
Binary1100011100101111100011000100100011110110100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,28); }

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

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

 a { background-color: rgb(99,75,28); }

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

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

 span { border-color: rgb(99,75,28); }

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