Html Css Color HEX #967201 Golden Brown

📋 copy color: '#967201'

red 150 ◦ green 114 ◦ blue 1

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

Shades of Golden Brown #967201

Tints of Golden Brown #967201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 56.6%
G = 43.02%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967201 (or 0x967201) is known color: Golden Brown. HEX triplet: 96, 72 and 01. RGB value is (150,114,1). Sum of RGB (Red+Green+Blue) = 150+114+1=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #967201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967201 is #698DFE. Grayscale: #707070. Windows color (decimal): -6917631 or 94870. OLE color: 94870.

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

Color convert

RGB 150 114 1 -
CMYK 0 0.24 0.99 0.41
HSL 45.5º 0.99% 0.3% -
HSV(B) 45.5º 0.99% 0.59% -
XYZ 18.6 18.52 2.62 -
YUV 111.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 150 114 1 0 0.24 0.99 0.41 45.5 0.99 0.3
Hex 96 72 1 0 18 63 29 2E 63 1E
Octal 226 162 1 0 30 143 51 56 143 36
Binary 10010110 1110010 1 0 11000 1100011 101001 101110 1100011 11110

Color Harmonies of #967201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967201

Black with #967201

Text Example


Text Example

White with #967201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967201; }

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

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

background-color css

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

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

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

border-color css

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

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

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