Html Css Color HEX #95650D Golden Brown

📋 copy color: '#95650D'

red 149 ◦ green 101 ◦ blue 13

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

Shades of Golden Brown #95650D

Tints of Golden Brown #95650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 56.65%
G = 38.4%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95650D (or 0x95650D) is known color: Golden Brown. HEX triplet: 95, 65 and 0D. RGB value is (149,101,13). Sum of RGB (Red+Green+Blue) = 149+101+13=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95650D is #6A9AF2. Grayscale: #696969. Windows color (decimal): -6986483 or 877973. OLE color: 877973.

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

Color convert

RGB 149 101 13 -
CMYK 0 0.32 0.91 0.42
HSL 38.82º 0.84% 0.32% -
HSV(B) 38.82º 0.91% 0.58% -
XYZ 17.12 15.73 2.51 -
YUV 105.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 149 101 13 0 0.32 0.91 0.42 38.82 0.84 0.32
Hex 95 65 D 0 20 5B 2A 27 54 20
Octal 225 145 15 0 40 133 52 47 124 40
Binary 10010101 1100101 1101 0 100000 1011011 101010 100111 1010100 100000

Color Harmonies of #95650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95650D

Black with #95650D

Text Example


Text Example

White with #95650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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