Html Css Color HEX #956801 Golden Brown

📋 copy color: '#956801'

red 149 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #956801

Tints of Golden Brown #956801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

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

R = 58.66%
G = 40.94%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956801 (or 0x956801) is known color: Golden Brown. HEX triplet: 95, 68 and 01. RGB value is (149,104,1). Sum of RGB (Red+Green+Blue) = 149+104+1=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956801 is #6A97FE. Grayscale: #6A6A6A. Windows color (decimal): -6985727 or 92309. OLE color: 92309.

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

Color convert

RGB 149 104 1 -
CMYK 0 0.30 0.99 0.42
HSL 41.76º 0.99% 0.29% -
HSV(B) 41.76º 0.99% 0.58% -
XYZ 17.35 16.29 2.26 -
YUV 105.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 149 104 1 0 0.30 0.99 0.42 41.76 0.99 0.29
Hex 95 68 1 0 1E 63 2A 2A 63 1D
Octal 225 150 1 0 36 143 52 52 143 35
Binary 10010101 1101000 1 0 11110 1100011 101010 101010 1100011 11101

Color Harmonies of #956801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956801

Black with #956801

Text Example


Text Example

White with #956801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956801; }

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

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

background-color css

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

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

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

border-color css

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

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

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