Html Css Color HEX #967001 Golden Brown

📋 copy color: '#967001'

red 150 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #967001

Tints of Golden Brown #967001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

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

R = 57.03%
G = 42.59%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967001 (or 0x967001) is known color: Golden Brown. HEX triplet: 96, 70 and 01. RGB value is (150,112,1). Sum of RGB (Red+Green+Blue) = 150+112+1=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #967001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967001 is #698FFE. Grayscale: #6F6F6F. Windows color (decimal): -6918143 or 94358. OLE color: 94358.

HSL color Cylindrical-coordinate representation of color #967001: hue angle of 44.7º 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 #967001 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 1 -
CMYK 0 0.25 0.99 0.41
HSL 44.7º 0.99% 0.3% -
HSV(B) 44.7º 0.99% 0.59% -
XYZ 18.38 18.07 2.55 -
YUV 110.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 150 112 1 0 0.25 0.99 0.41 44.7 0.99 0.3
Hex 96 70 1 0 19 63 29 2D 63 1E
Octal 226 160 1 0 31 143 51 55 143 36
Binary 10010110 1110000 1 0 11001 1100011 101001 101101 1100011 11110

Color Harmonies of #967001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967001

Black with #967001

Text Example


Text Example

White with #967001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967001; }

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

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

background-color css

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

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

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

border-color css

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

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

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