Html Css Color HEX #967100 Golden Brown

📋 copy color: '#967100'

red 150 ◦ green 113 ◦ blue 0

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

Shades of Golden Brown #967100

Tints of Golden Brown #967100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.03%
G = 42.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#967100 (or 0x967100) is known color: Golden Brown. HEX triplet: 96, 71 and 00. RGB value is (150,113,0). Sum of RGB (Red+Green+Blue) = 150+113+0=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #967100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967100 is #698EFF. Grayscale: #6F6F6F. Windows color (decimal): -6917888 or 29078. OLE color: 29078.

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

Color convert

RGB 150 113 0 -
CMYK 0 0.25 1 0.41
HSL 45.2º 1% 0.29% -
HSV(B) 45.2º 1% 0.59% -
XYZ 18.48 18.29 2.56 -
YUV 111.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 150 113 0 0 0.25 1 0.41 45.2 1 0.29
Hex 96 71 0 0 19 64 29 2D 64 1D
Octal 226 161 0 0 31 144 51 55 144 35
Binary 10010110 1110001 0 0 11001 1100100 101001 101101 1100100 11101

Color Harmonies of #967100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967100

Black with #967100

Text Example


Text Example

White with #967100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967100; }

 p { color: rgb(150,113,0); }

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

background-color css

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

 a { background-color: rgb(150,113,0); }

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

border-color css

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

 span { border-color: rgb(150,113,0); }

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