Html Css Color HEX #956A0E Golden Brown

📋 copy color: '#956A0E'

red 149 ◦ green 106 ◦ blue 14

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

Shades of Golden Brown #956A0E

Tints of Golden Brown #956A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.41%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 55.39%
G = 39.41%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#956A0E (or 0x956A0E) is known color: Golden Brown. HEX triplet: 95, 6A and 0E. RGB value is (149,106,14). Sum of RGB (Red+Green+Blue) = 149+106+14=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #956A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A0E is #6A95F1. Grayscale: #6C6C6C. Windows color (decimal): -6985202 or 944789. OLE color: 944789.

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

Color convert

RGB 149 106 14 -
CMYK 0 0.29 0.91 0.42
HSL 40.89º 0.83% 0.32% -
HSV(B) 40.89º 0.91% 0.58% -
XYZ 17.63 16.73 2.72 -
YUV 108.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 149 106 14 0 0.29 0.91 0.42 40.89 0.83 0.32
Hex 95 6A E 0 1D 5B 2A 29 53 20
Octal 225 152 16 0 35 133 52 51 123 40
Binary 10010101 1101010 1110 0 11101 1011011 101010 101001 1010011 100000

Color Harmonies of #956A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A0E

Black with #956A0E

Text Example


Text Example

White with #956A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,14); }

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

background-color css

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

 a { background-color: rgb(149,106,14); }

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

border-color css

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

 span { border-color: rgb(149,106,14); }

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