Html Css Color HEX #95641E Golden Brown

📋 copy color: '#95641E'

red 149 ◦ green 100 ◦ blue 30

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

Shades of Golden Brown #95641E

Tints of Golden Brown #95641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 53.41%
G = 35.84%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95641E (or 0x95641E) is known color: Golden Brown. HEX triplet: 95, 64 and 1E. RGB value is (149,100,30). Sum of RGB (Red+Green+Blue) = 149+100+30=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95641E is #6A9BE1. Grayscale: #6A6A6A. Windows color (decimal): -6986722 or 1991829. OLE color: 1991829.

HSL color Cylindrical-coordinate representation of color #95641E: hue angle of 35.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95641E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 30 -
CMYK 0 0.33 0.80 0.42
HSL 35.29º 0.66% 0.35% -
HSV(B) 35.29º 0.8% 0.58% -
XYZ 17.19 15.6 3.33 -
YUV 106.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 149 100 30 0 0.33 0.80 0.42 35.29 0.66 0.35
Hex 95 64 1E 0 21 50 2A 23 42 23
Octal 225 144 36 0 41 120 52 43 102 43
Binary 10010101 1100100 11110 0 100001 1010000 101010 100011 1000010 100011

Color Harmonies of #95641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95641E

Black with #95641E

Text Example


Text Example

White with #95641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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