Html Css Color HEX #956D01 Golden Brown

📋 copy color: '#956D01'

red 149 ◦ green 109 ◦ blue 1

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

Shades of Golden Brown #956D01

Tints of Golden Brown #956D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.08%

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

R = 57.53%
G = 42.08%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#956D01 (or 0x956D01) is known color: Golden Brown. HEX triplet: 95, 6D and 01. RGB value is (149,109,1). Sum of RGB (Red+Green+Blue) = 149+109+1=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #956D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D01 is #6A92FE. Grayscale: #6D6D6D. Windows color (decimal): -6984447 or 93589. OLE color: 93589.

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

Color convert

RGB 149 109 1 -
CMYK 0 0.27 0.99 0.42
HSL 43.78º 0.99% 0.29% -
HSV(B) 43.78º 0.99% 0.58% -
XYZ 17.87 17.33 2.43 -
YUV 108.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 149 109 1 0 0.27 0.99 0.42 43.78 0.99 0.29
Hex 95 6D 1 0 1B 63 2A 2C 63 1D
Octal 225 155 1 0 33 143 52 54 143 35
Binary 10010101 1101101 1 0 11011 1100011 101010 101100 1100011 11101

Color Harmonies of #956D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D01

Black with #956D01

Text Example


Text Example

White with #956D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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