Html Css Color HEX #956619 Golden Brown

📋 copy color: '#956619'

red 149 ◦ green 102 ◦ blue 25

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

Shades of Golden Brown #956619

Tints of Golden Brown #956619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 53.99%
G = 36.96%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956619 (or 0x956619) is known color: Golden Brown. HEX triplet: 95, 66 and 19. RGB value is (149,102,25). Sum of RGB (Red+Green+Blue) = 149+102+25=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #956619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956619 is #6A99E6. Grayscale: #6B6B6B. Windows color (decimal): -6986215 or 1664661. OLE color: 1664661.

HSL color Cylindrical-coordinate representation of color #956619: hue angle of 37.26º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #956619 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 25 -
CMYK 0 0.32 0.83 0.42
HSL 37.26º 0.71% 0.34% -
HSV(B) 37.26º 0.83% 0.58% -
XYZ 17.32 15.96 3.09 -
YUV 107.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 149 102 25 0 0.32 0.83 0.42 37.26 0.71 0.34
Hex 95 66 19 0 20 53 2A 25 47 22
Octal 225 146 31 0 40 123 52 45 107 42
Binary 10010101 1100110 11001 0 100000 1010011 101010 100101 1000111 100010

Color Harmonies of #956619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956619

Black with #956619

Text Example


Text Example

White with #956619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956619; }

 p { color: rgb(149,102,25); }

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

background-color css

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

 a { background-color: rgb(149,102,25); }

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

border-color css

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

 span { border-color: rgb(149,102,25); }

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