Html Css Color HEX #967405 Golden Brown

📋 copy color: '#967405'

red 150 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #967405

Tints of Golden Brown #967405

RGB

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

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

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

R = 55.35%
G = 42.8%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#967405 (or 0x967405) is known color: Golden Brown. HEX triplet: 96, 74 and 05. RGB value is (150,116,5). Sum of RGB (Red+Green+Blue) = 150+116+5=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #967405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967405 is #698BFA. Grayscale: #717171. Windows color (decimal): -6917115 or 357526. OLE color: 357526.

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

Color convert

RGB 150 116 5 -
CMYK 0 0.23 0.97 0.41
HSL 45.93º 0.94% 0.3% -
HSV(B) 45.93º 0.97% 0.59% -
XYZ 18.85 18.99 2.81 -
YUV 113.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 150 116 5 0 0.23 0.97 0.41 45.93 0.94 0.3
Hex 96 74 5 0 17 61 29 2E 5E 1E
Octal 226 164 5 0 27 141 51 56 136 36
Binary 10010110 1110100 101 0 10111 1100001 101001 101110 1011110 11110

Color Harmonies of #967405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967405

Black with #967405

Text Example


Text Example

White with #967405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967405; }

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

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

background-color css

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

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

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

border-color css

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

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

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