Html Css Color HEX #95640E Golden Brown

📋 copy color: '#95640E'

red 149 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #95640E

Tints of Golden Brown #95640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

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

R = 56.65%
G = 38.02%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95640E (or 0x95640E) is known color: Golden Brown. HEX triplet: 95, 64 and 0E. RGB value is (149,100,14). Sum of RGB (Red+Green+Blue) = 149+100+14=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95640E is #6A9BF1. Grayscale: #696969. Windows color (decimal): -6986738 or 943253. OLE color: 943253.

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

Color convert

RGB 149 100 14 -
CMYK 0 0.33 0.91 0.42
HSL 38.22º 0.83% 0.32% -
HSV(B) 38.22º 0.91% 0.58% -
XYZ 17.03 15.54 2.52 -
YUV 104.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 149 100 14 0 0.33 0.91 0.42 38.22 0.83 0.32
Hex 95 64 E 0 21 5B 2A 26 53 20
Octal 225 144 16 0 41 133 52 46 123 40
Binary 10010101 1100100 1110 0 100001 1011011 101010 100110 1010011 100000

Color Harmonies of #95640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95640E

Black with #95640E

Text Example


Text Example

White with #95640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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