Html Css Color HEX #966001 Golden Brown

📋 copy color: '#966001'

red 150 ◦ green 96 ◦ blue 1

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

Shades of Golden Brown #966001

Tints of Golden Brown #966001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 60.73%
G = 38.87%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966001 (or 0x966001) is known color: Golden Brown. HEX triplet: 96, 60 and 01. RGB value is (150,96,1). Sum of RGB (Red+Green+Blue) = 150+96+1=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #966001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966001 is #699FFE. Grayscale: #656565. Windows color (decimal): -6922239 or 90262. OLE color: 90262.

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

Color convert

RGB 150 96 1 -
CMYK 0 0.36 0.99 0.41
HSL 38.26º 0.99% 0.3% -
HSV(B) 38.26º 0.99% 0.59% -
XYZ 16.77 14.85 2.01 -
YUV 101.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 150 96 1 0 0.36 0.99 0.41 38.26 0.99 0.3
Hex 96 60 1 0 24 63 29 26 63 1E
Octal 226 140 1 0 44 143 51 46 143 36
Binary 10010110 1100000 1 0 100100 1100011 101001 100110 1100011 11110

Color Harmonies of #966001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966001

Black with #966001

Text Example


Text Example

White with #966001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966001; }

 p { color: rgb(150,96,1); }

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

background-color css

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

 a { background-color: rgb(150,96,1); }

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

border-color css

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

 span { border-color: rgb(150,96,1); }

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