Html Css Color HEX #95641A Golden Brown

📋 copy color: '#95641A'

red 149 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #95641A

Tints of Golden Brown #95641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 54.18%
G = 36.36%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95641A (or 0x95641A) is known color: Golden Brown. HEX triplet: 95, 64 and 1A. RGB value is (149,100,26). Sum of RGB (Red+Green+Blue) = 149+100+26=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95641A is #6A9BE5. Grayscale: #6A6A6A. Windows color (decimal): -6986726 or 1729685. OLE color: 1729685.

HSL color Cylindrical-coordinate representation of color #95641A: hue angle of 36.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95641A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 26 -
CMYK 0 0.33 0.83 0.42
HSL 36.1º 0.7% 0.34% -
HSV(B) 36.1º 0.83% 0.58% -
XYZ 17.14 15.58 3.08 -
YUV 106.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 149 100 26 0 0.33 0.83 0.42 36.1 0.7 0.34
Hex 95 64 1A 0 21 53 2A 24 46 22
Octal 225 144 32 0 41 123 52 44 106 42
Binary 10010101 1100100 11010 0 100001 1010011 101010 100100 1000110 100010

Color Harmonies of #95641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95641A

Black with #95641A

Text Example


Text Example

White with #95641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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