Html Css Color HEX #956502 Golden Brown

📋 copy color: '#956502'

red 149 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #956502

Tints of Golden Brown #956502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 59.13%
G = 40.08%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956502 (or 0x956502) is known color: Golden Brown. HEX triplet: 95, 65 and 02. RGB value is (149,101,2). Sum of RGB (Red+Green+Blue) = 149+101+2=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #956502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956502 is #6A9AFD. Grayscale: #686868. Windows color (decimal): -6986494 or 157077. OLE color: 157077.

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

Color convert

RGB 149 101 2 -
CMYK 0 0.32 0.99 0.42
HSL 40.41º 0.97% 0.3% -
HSV(B) 40.41º 0.99% 0.58% -
XYZ 17.06 15.7 2.19 -
YUV 104.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 149 101 2 0 0.32 0.99 0.42 40.41 0.97 0.3
Hex 95 65 2 0 20 63 2A 28 61 1E
Octal 225 145 2 0 40 143 52 50 141 36
Binary 10010101 1100101 10 0 100000 1100011 101010 101000 1100001 11110

Color Harmonies of #956502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956502

Black with #956502

Text Example


Text Example

White with #956502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956502; }

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

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

background-color css

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

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

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

border-color css

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

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

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