Html Css Color HEX #956503 Golden Brown

📋 copy color: '#956503'

red 149 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #956503

Tints of Golden Brown #956503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 58.89%
G = 39.92%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#956503 (or 0x956503) is known color: Golden Brown. HEX triplet: 95, 65 and 03. RGB value is (149,101,3). Sum of RGB (Red+Green+Blue) = 149+101+3=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #956503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956503 is #6A9AFC. Grayscale: #686868. Windows color (decimal): -6986493 or 222613. OLE color: 222613.

HSL color Cylindrical-coordinate representation of color #956503: hue angle of 40.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #956503 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 3 -
CMYK 0 0.32 0.98 0.42
HSL 40.27º 0.96% 0.3% -
HSV(B) 40.27º 0.98% 0.58% -
XYZ 17.06 15.7 2.22 -
YUV 104.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 149 101 3 0 0.32 0.98 0.42 40.27 0.96 0.3
Hex 95 65 3 0 20 62 2A 28 60 1E
Octal 225 145 3 0 40 142 52 50 140 36
Binary 10010101 1100101 11 0 100000 1100010 101010 101000 1100000 11110

Color Harmonies of #956503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956503

Black with #956503

Text Example


Text Example

White with #956503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956503; }

 p { color: rgb(149,101,3); }

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

background-color css

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

 a { background-color: rgb(149,101,3); }

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

border-color css

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

 span { border-color: rgb(149,101,3); }

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