Html Css Color HEX #95610D Golden Brown

📋 copy color: '#95610D'

red 149 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #95610D

Tints of Golden Brown #95610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 57.53%
G = 37.45%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95610D (or 0x95610D) is known color: Golden Brown. HEX triplet: 95, 61 and 0D. RGB value is (149,97,13). Sum of RGB (Red+Green+Blue) = 149+97+13=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95610D is #6A9EF2. Grayscale: #676767. Windows color (decimal): -6987507 or 876949. OLE color: 876949.

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

Color convert

RGB 149 97 13 -
CMYK 0 0.35 0.91 0.42
HSL 37.06º 0.84% 0.32% -
HSV(B) 37.06º 0.91% 0.58% -
XYZ 16.74 14.97 2.39 -
YUV 102.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 149 97 13 0 0.35 0.91 0.42 37.06 0.84 0.32
Hex 95 61 D 0 23 5B 2A 25 54 20
Octal 225 141 15 0 43 133 52 45 124 40
Binary 10010101 1100001 1101 0 100011 1011011 101010 100101 1010100 100000

Color Harmonies of #95610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95610D

Black with #95610D

Text Example


Text Example

White with #95610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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