Html Css Color HEX #956601 Golden Brown

📋 copy color: '#956601'

red 149 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #956601

Tints of Golden Brown #956601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 59.13%
G = 40.48%
B = 0.4%

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

#956601 (or 0x956601) is known color: Golden Brown. HEX triplet: 95, 66 and 01. RGB value is (149,102,1). Sum of RGB (Red+Green+Blue) = 149+102+1=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #956601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956601 is #6A99FE. Grayscale: #686868. Windows color (decimal): -6986239 or 91797. OLE color: 91797.

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

Color convert

RGB 149 102 1 -
CMYK 0 0.32 0.99 0.42
HSL 40.95º 0.99% 0.29% -
HSV(B) 40.95º 0.99% 0.58% -
XYZ 17.15 15.89 2.19 -
YUV 104.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 149 102 1 0 0.32 0.99 0.42 40.95 0.99 0.29
Hex 95 66 1 0 20 63 2A 29 63 1D
Octal 225 146 1 0 40 143 52 51 143 35
Binary 10010101 1100110 1 0 100000 1100011 101010 101001 1100011 11101

Color Harmonies of #956601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956601

Black with #956601

Text Example


Text Example

White with #956601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956601; }

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

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

background-color css

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

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

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

border-color css

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

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

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