Html Css Color HEX #95640D Golden Brown

📋 copy color: '#95640D'

red 149 ◦ green 100 ◦ blue 13

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

Shades of Golden Brown #95640D

Tints of Golden Brown #95640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 56.87%
G = 38.17%
B = 4.96%

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

#95640D (or 0x95640D) is known color: Golden Brown. HEX triplet: 95, 64 and 0D. RGB value is (149,100,13). Sum of RGB (Red+Green+Blue) = 149+100+13=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95640D is #6A9BF2. Grayscale: #696969. Windows color (decimal): -6986739 or 877717. OLE color: 877717.

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

Color convert

RGB 149 100 13 -
CMYK 0 0.33 0.91 0.42
HSL 38.38º 0.84% 0.32% -
HSV(B) 38.38º 0.91% 0.58% -
XYZ 17.02 15.53 2.48 -
YUV 104.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 149 100 13 0 0.33 0.91 0.42 38.38 0.84 0.32
Hex 95 64 D 0 21 5B 2A 26 54 20
Octal 225 144 15 0 41 133 52 46 124 40
Binary 10010101 1100100 1101 0 100001 1011011 101010 100110 1010100 100000

Color Harmonies of #95640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95640D

Black with #95640D

Text Example


Text Example

White with #95640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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