Html Css Color HEX #967401 Golden Brown

📋 copy color: '#967401'

red 150 ◦ green 116 ◦ blue 1

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

Shades of Golden Brown #967401

Tints of Golden Brown #967401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.45%

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

R = 56.18%
G = 43.45%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967401 (or 0x967401) is known color: Golden Brown. HEX triplet: 96, 74 and 01. RGB value is (150,116,1). Sum of RGB (Red+Green+Blue) = 150+116+1=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #967401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967401 is #698BFE. Grayscale: #717171. Windows color (decimal): -6917119 or 95382. OLE color: 95382.

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

Color convert

RGB 150 116 1 -
CMYK 0 0.23 0.99 0.41
HSL 46.31º 0.99% 0.3% -
HSV(B) 46.31º 0.99% 0.59% -
XYZ 18.83 18.98 2.7 -
YUV 113.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 150 116 1 0 0.23 0.99 0.41 46.31 0.99 0.3
Hex 96 74 1 0 17 63 29 2E 63 1E
Octal 226 164 1 0 27 143 51 56 143 36
Binary 10010110 1110100 1 0 10111 1100011 101001 101110 1100011 11110

Color Harmonies of #967401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967401

Black with #967401

Text Example


Text Example

White with #967401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967401; }

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

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

background-color css

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

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

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

border-color css

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

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

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