Html Css Color HEX #956602 Golden Brown

📋 copy color: '#956602'

red 149 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #956602

Tints of Golden Brown #956602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

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

R = 58.89%
G = 40.32%
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

#956602 (or 0x956602) is known color: Golden Brown. HEX triplet: 95, 66 and 02. RGB value is (149,102,2). Sum of RGB (Red+Green+Blue) = 149+102+2=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #956602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956602 is #6A99FD. Grayscale: #696969. Windows color (decimal): -6986238 or 157333. OLE color: 157333.

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

Color convert

RGB 149 102 2 -
CMYK 0 0.32 0.99 0.42
HSL 40.82º 0.97% 0.3% -
HSV(B) 40.82º 0.99% 0.58% -
XYZ 17.16 15.9 2.22 -
YUV 104.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 149 102 2 0 0.32 0.99 0.42 40.82 0.97 0.3
Hex 95 66 2 0 20 63 2A 29 61 1E
Octal 225 146 2 0 40 143 52 51 141 36
Binary 10010101 1100110 10 0 100000 1100011 101010 101001 1100001 11110

Color Harmonies of #956602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956602

Black with #956602

Text Example


Text Example

White with #956602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956602; }

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

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

background-color css

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

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

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

border-color css

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

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

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