Html Css Color HEX #95650E Golden Brown

📋 copy color: '#95650E'

red 149 ◦ green 101 ◦ blue 14

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

Shades of Golden Brown #95650E

Tints of Golden Brown #95650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 56.44%
G = 38.26%
B = 5.3%

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

#95650E (or 0x95650E) is known color: Golden Brown. HEX triplet: 95, 65 and 0E. RGB value is (149,101,14). Sum of RGB (Red+Green+Blue) = 149+101+14=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95650E is #6A9AF1. Grayscale: #696969. Windows color (decimal): -6986482 or 943509. OLE color: 943509.

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

Color convert

RGB 149 101 14 -
CMYK 0 0.32 0.91 0.42
HSL 38.67º 0.83% 0.32% -
HSV(B) 38.67º 0.91% 0.58% -
XYZ 17.13 15.73 2.55 -
YUV 105.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 149 101 14 0 0.32 0.91 0.42 38.67 0.83 0.32
Hex 95 65 E 0 20 5B 2A 27 53 20
Octal 225 145 16 0 40 133 52 47 123 40
Binary 10010101 1100101 1110 0 100000 1011011 101010 100111 1010011 100000

Color Harmonies of #95650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95650E

Black with #95650E

Text Example


Text Example

White with #95650E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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