Html Css Color HEX #956814 Golden Brown

📋 copy color: '#956814'

red 149 ◦ green 104 ◦ blue 20

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

Shades of Golden Brown #956814

Tints of Golden Brown #956814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 54.58%
G = 38.1%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956814 (or 0x956814) is known color: Golden Brown. HEX triplet: 95, 68 and 14. RGB value is (149,104,20). Sum of RGB (Red+Green+Blue) = 149+104+20=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956814 is #6A97EB. Grayscale: #6C6C6C. Windows color (decimal): -6985708 or 1337493. OLE color: 1337493.

HSL color Cylindrical-coordinate representation of color #956814: hue angle of 39.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #956814 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 20 -
CMYK 0 0.30 0.87 0.42
HSL 39.07º 0.76% 0.33% -
HSV(B) 39.07º 0.87% 0.58% -
XYZ 17.47 16.34 2.9 -
YUV 107.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 149 104 20 0 0.30 0.87 0.42 39.07 0.76 0.33
Hex 95 68 14 0 1E 57 2A 27 4C 21
Octal 225 150 24 0 36 127 52 47 114 41
Binary 10010101 1101000 10100 0 11110 1010111 101010 100111 1001100 100001

Color Harmonies of #956814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956814

Black with #956814

Text Example


Text Example

White with #956814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956814; }

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

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

background-color css

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

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

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

border-color css

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

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

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