#634B1B

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

Shades of Bronze Olive #634B1B

Tints of Bronze Olive #634B1B

Color information

#634B1B (or 0x634B1B) is unknown color: approx Bronze Olive. HEX triplet: 63, 4B and 1B. RGB value is (99,75,27). Sum of RGB (Red+Green+Blue) = 99+75+27=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B1B is #9CB4E4. Grayscale: #4C4C4C. Windows color (decimal): -10269925 or 1788771. OLE color: 1788771.

HSL color Cylindrical-coordinate representation of color #634B1B: hue angle of 40º 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 #634B1B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB997527-
CMYK00.240.730.61
HSL40º57.14%24.71%-
HSV(B)40º72.73%38.82%-
XYZ7.867.762.12-
YUV76.799.95143.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=49.25%
G=37.31%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99752700.240.730.614057.1424.71
Hex634B1B018493D283919
Octal1431133303011175507131
Binary1100011100101111011011000100100111110110100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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