Html Css Color HEX #956F05 Golden Brown

📋 copy color: '#956F05'

red 149 ◦ green 111 ◦ blue 5

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

Shades of Golden Brown #956F05

Tints of Golden Brown #956F05

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 111 (43.75% from 255) = 41.89%

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

R = 56.23%
G = 41.89%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956F05 (or 0x956F05) is known color: Golden Brown. HEX triplet: 95, 6F and 05. RGB value is (149,111,5). Sum of RGB (Red+Green+Blue) = 149+111+5=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F05 is #6A90FA. Grayscale: #6E6E6E. Windows color (decimal): -6983931 or 356245. OLE color: 356245.

HSL color Cylindrical-coordinate representation of color #956F05: hue angle of 44.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #956F05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 5 -
CMYK 0 0.26 0.97 0.42
HSL 44.17º 0.94% 0.3% -
HSV(B) 44.17º 0.97% 0.58% -
XYZ 18.11 17.77 2.62 -
YUV 110.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 149 111 5 0 0.26 0.97 0.42 44.17 0.94 0.3
Hex 95 6F 5 0 1A 61 2A 2C 5E 1E
Octal 225 157 5 0 32 141 52 54 136 36
Binary 10010101 1101111 101 0 11010 1100001 101010 101100 1011110 11110

Color Harmonies of #956F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F05

Black with #956F05

Text Example


Text Example

White with #956F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F05; }

 p { color: rgb(149,111,5); }

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

background-color css

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

 a { background-color: rgb(149,111,5); }

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

border-color css

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

 span { border-color: rgb(149,111,5); }

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