Html Css Color HEX #956705 Golden Brown

📋 copy color: '#956705'

red 149 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #956705

Tints of Golden Brown #956705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 57.98%
G = 40.08%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956705 (or 0x956705) is known color: Golden Brown. HEX triplet: 95, 67 and 05. RGB value is (149,103,5). Sum of RGB (Red+Green+Blue) = 149+103+5=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #956705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956705 is #6A98FA. Grayscale: #6A6A6A. Windows color (decimal): -6985979 or 354197. OLE color: 354197.

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

Color convert

RGB 149 103 5 -
CMYK 0 0.31 0.97 0.42
HSL 40.83º 0.94% 0.3% -
HSV(B) 40.83º 0.97% 0.58% -
XYZ 17.27 16.1 2.34 -
YUV 105.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 149 103 5 0 0.31 0.97 0.42 40.83 0.94 0.3
Hex 95 67 5 0 1F 61 2A 29 5E 1E
Octal 225 147 5 0 37 141 52 51 136 36
Binary 10010101 1100111 101 0 11111 1100001 101010 101001 1011110 11110

Color Harmonies of #956705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956705

Black with #956705

Text Example


Text Example

White with #956705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956705; }

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

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

background-color css

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

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

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

border-color css

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

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

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