#964E1C

Color #964E1C Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #964E1C

Tints of Rich Gold #964E1C

Color information

#964E1C (or 0x964E1C) is unknown color: approx Rich Gold. HEX triplet: 96, 4E and 1C. RGB value is (150,78,28). Sum of RGB (Red+Green+Blue) = 150+78+28=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1C is #69B1E3. Grayscale: #5E5E5E. Windows color (decimal): -6926820 or 1855126. OLE color: 1855126.

HSL color Cylindrical-coordinate representation of color #964E1C: hue angle of 24.59º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #964E1C is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1507828-
CMYK00.480.810.41
HSL24.59º68.54%34.9%-
HSV(B)24.59º81.33%58.82%-
XYZ15.5112.022.6-
YUV93.8390.85168.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=58.59%
G=30.47%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150782800.480.810.4124.5968.5434.9
Hex964E1C0305129194523
Octal22611634060121513110543
Binary1001011010011101110001100001010001101001110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964E1C; }

 p { color: rgb(150,78,28); }

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

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

 a { background-color: rgb(150,78,28); }

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

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

 span { border-color: rgb(150,78,28); }

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