Html Css Color HEX #967005 Golden Brown

📋 copy color: '#967005'

red 150 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #967005

Tints of Golden Brown #967005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 56.18%
G = 41.95%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#967005 (or 0x967005) is known color: Golden Brown. HEX triplet: 96, 70 and 05. RGB value is (150,112,5). Sum of RGB (Red+Green+Blue) = 150+112+5=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #967005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967005 is #698FFA. Grayscale: #6F6F6F. Windows color (decimal): -6918139 or 356502. OLE color: 356502.

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

Color convert

RGB 150 112 5 -
CMYK 0 0.25 0.97 0.41
HSL 44.28º 0.94% 0.3% -
HSV(B) 44.28º 0.97% 0.59% -
XYZ 18.4 18.08 2.66 -
YUV 111.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 150 112 5 0 0.25 0.97 0.41 44.28 0.94 0.3
Hex 96 70 5 0 19 61 29 2C 5E 1E
Octal 226 160 5 0 31 141 51 54 136 36
Binary 10010110 1110000 101 0 11001 1100001 101001 101100 1011110 11110

Color Harmonies of #967005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967005

Black with #967005

Text Example


Text Example

White with #967005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967005; }

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

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

background-color css

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

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

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

border-color css

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

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

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