Html Css Color HEX #956E0E Golden Brown

📋 copy color: '#956E0E'

red 149 ◦ green 110 ◦ blue 14

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

Shades of Golden Brown #956E0E

Tints of Golden Brown #956E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.29%

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

R = 54.58%
G = 40.29%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#956E0E (or 0x956E0E) is known color: Golden Brown. HEX triplet: 95, 6E and 0E. RGB value is (149,110,14). Sum of RGB (Red+Green+Blue) = 149+110+14=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956E0E is #6A91F1. Grayscale: #6F6F6F. Windows color (decimal): -6984178 or 945813. OLE color: 945813.

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

Color convert

RGB 149 110 14 -
CMYK 0 0.26 0.91 0.42
HSL 42.67º 0.83% 0.32% -
HSV(B) 42.67º 0.91% 0.58% -
XYZ 18.05 17.57 2.86 -
YUV 110.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 149 110 14 0 0.26 0.91 0.42 42.67 0.83 0.32
Hex 95 6E E 0 1A 5B 2A 2B 53 20
Octal 225 156 16 0 32 133 52 53 123 40
Binary 10010101 1101110 1110 0 11010 1011011 101010 101011 1010011 100000

Color Harmonies of #956E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E0E

Black with #956E0E

Text Example


Text Example

White with #956E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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