Html Css Color HEX #966504 Golden Brown

📋 copy color: '#966504'

red 150 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #966504

Tints of Golden Brown #966504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.61%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 58.82%
G = 39.61%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#966504 (or 0x966504) is known color: Golden Brown. HEX triplet: 96, 65 and 04. RGB value is (150,101,4). Sum of RGB (Red+Green+Blue) = 150+101+4=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966504 is #699AFB. Grayscale: #696969. Windows color (decimal): -6920956 or 288150. OLE color: 288150.

HSL color Cylindrical-coordinate representation of color #966504: hue angle of 39.86º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #966504 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 4 -
CMYK 0 0.33 0.97 0.41
HSL 39.86º 0.95% 0.3% -
HSV(B) 39.86º 0.97% 0.59% -
XYZ 17.25 15.8 2.26 -
YUV 104.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 150 101 4 0 0.33 0.97 0.41 39.86 0.95 0.3
Hex 96 65 4 0 21 61 29 28 5F 1E
Octal 226 145 4 0 41 141 51 50 137 36
Binary 10010110 1100101 100 0 100001 1100001 101001 101000 1011111 11110

Color Harmonies of #966504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966504

Black with #966504

Text Example


Text Example

White with #966504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966504; }

 p { color: rgb(150,101,4); }

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

background-color css

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

 a { background-color: rgb(150,101,4); }

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

border-color css

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

 span { border-color: rgb(150,101,4); }

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