Html Css Color HEX #964E1D Rich Gold

📋 copy color: '#964E1D'

red 150 ◦ green 78 ◦ blue 29

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

Shades of Rich Gold #964E1D

Tints of Rich Gold #964E1D

RGB

 RED value IS 150 (58.98% from 255) = 58.37%

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 58.37%
G = 30.35%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#964E1D (or 0x964E1D) is known color: Rich Gold. HEX triplet: 96, 4E and 1D. RGB value is (150,78,29). Sum of RGB (Red+Green+Blue) = 150+78+29=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1D is #69B1E2. Grayscale: #5E5E5E. Windows color (decimal): -6926819 or 1920662. OLE color: 1920662.

HSL color Cylindrical-coordinate representation of color #964E1D: hue angle of 24.3º degrees, saturation: 0.68, 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 #964E1D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 29 -
CMYK 0 0.48 0.81 0.41
HSL 24.3º 0.68% 0.35% -
HSV(B) 24.3º 0.81% 0.59% -
XYZ 15.52 12.02 2.66 -
YUV 93.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 150 78 29 0 0.48 0.81 0.41 24.3 0.68 0.35
Hex 96 4E 1D 0 30 51 29 18 44 23
Octal 226 116 35 0 60 121 51 30 104 43
Binary 10010110 1001110 11101 0 110000 1010001 101001 11000 1000100 100011

Color Harmonies of #964E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E1D

Black with #964E1D

Text Example


Text Example

White with #964E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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