Html Css Color HEX #956917 Golden Brown

📋 copy color: '#956917'

red 149 ◦ green 105 ◦ blue 23

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

Shades of Golden Brown #956917

Tints of Golden Brown #956917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 53.79%
G = 37.91%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956917 (or 0x956917) is known color: Golden Brown. HEX triplet: 95, 69 and 17. RGB value is (149,105,23). Sum of RGB (Red+Green+Blue) = 149+105+23=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #956917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956917 is #6A96E8. Grayscale: #6D6D6D. Windows color (decimal): -6985449 or 1534357. OLE color: 1534357.

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

Color convert

RGB 149 105 23 -
CMYK 0 0.30 0.85 0.42
HSL 39.05º 0.73% 0.34% -
HSV(B) 39.05º 0.85% 0.58% -
XYZ 17.6 16.55 3.08 -
YUV 108.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 149 105 23 0 0.30 0.85 0.42 39.05 0.73 0.34
Hex 95 69 17 0 1E 55 2A 27 49 22
Octal 225 151 27 0 36 125 52 47 111 42
Binary 10010101 1101001 10111 0 11110 1010101 101010 100111 1001001 100010

Color Harmonies of #956917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956917

Black with #956917

Text Example


Text Example

White with #956917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956917; }

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

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

background-color css

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

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

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

border-color css

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

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

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