Html Css Color HEX #95680D Golden Brown

📋 copy color: '#95680D'

red 149 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #95680D

Tints of Golden Brown #95680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

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

R = 56.02%
G = 39.1%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95680D (or 0x95680D) is known color: Golden Brown. HEX triplet: 95, 68 and 0D. RGB value is (149,104,13). Sum of RGB (Red+Green+Blue) = 149+104+13=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95680D is #6A97F2. Grayscale: #6B6B6B. Windows color (decimal): -6985715 or 878741. OLE color: 878741.

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

Color convert

RGB 149 104 13 -
CMYK 0 0.30 0.91 0.42
HSL 40.15º 0.84% 0.32% -
HSV(B) 40.15º 0.91% 0.58% -
XYZ 17.42 16.32 2.61 -
YUV 107.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 149 104 13 0 0.30 0.91 0.42 40.15 0.84 0.32
Hex 95 68 D 0 1E 5B 2A 28 54 20
Octal 225 150 15 0 36 133 52 50 124 40
Binary 10010101 1101000 1101 0 11110 1011011 101010 101000 1010100 100000

Color Harmonies of #95680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95680D

Black with #95680D

Text Example


Text Example

White with #95680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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