Html Css Color HEX #95610F Golden Brown

📋 copy color: '#95610F'

red 149 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #95610F

Tints of Golden Brown #95610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 57.09%
G = 37.16%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95610F (or 0x95610F) is known color: Golden Brown. HEX triplet: 95, 61 and 0F. RGB value is (149,97,15). Sum of RGB (Red+Green+Blue) = 149+97+15=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95610F is #6A9EF0. Grayscale: #676767. Windows color (decimal): -6987505 or 1008021. OLE color: 1008021.

HSL color Cylindrical-coordinate representation of color #95610F: hue angle of 36.72º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95610F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 15 -
CMYK 0 0.35 0.90 0.42
HSL 36.72º 0.82% 0.32% -
HSV(B) 36.72º 0.9% 0.58% -
XYZ 16.76 14.97 2.46 -
YUV 103.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 149 97 15 0 0.35 0.90 0.42 36.72 0.82 0.32
Hex 95 61 F 0 23 5A 2A 25 52 20
Octal 225 141 17 0 43 132 52 45 122 40
Binary 10010101 1100001 1111 0 100011 1011010 101010 100101 1010010 100000

Color Harmonies of #95610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95610F

Black with #95610F

Text Example


Text Example

White with #95610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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