Html Css Color HEX #95690D Golden Brown

📋 copy color: '#95690D'

red 149 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #95690D

Tints of Golden Brown #95690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 55.81%
G = 39.33%
B = 4.87%

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

#95690D (or 0x95690D) is known color: Golden Brown. HEX triplet: 95, 69 and 0D. RGB value is (149,105,13). Sum of RGB (Red+Green+Blue) = 149+105+13=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95690D is #6A96F2. Grayscale: #6C6C6C. Windows color (decimal): -6985459 or 878997. OLE color: 878997.

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

Color convert

RGB 149 105 13 -
CMYK 0 0.30 0.91 0.42
HSL 40.59º 0.84% 0.32% -
HSV(B) 40.59º 0.91% 0.58% -
XYZ 17.52 16.52 2.65 -
YUV 107.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 149 105 13 0 0.30 0.91 0.42 40.59 0.84 0.32
Hex 95 69 D 0 1E 5B 2A 29 54 20
Octal 225 151 15 0 36 133 52 51 124 40
Binary 10010101 1101001 1101 0 11110 1011011 101010 101001 1010100 100000

Color Harmonies of #95690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95690D

Black with #95690D

Text Example


Text Example

White with #95690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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