Html Css Color HEX #956918 Golden Brown

📋 copy color: '#956918'

red 149 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #956918

Tints of Golden Brown #956918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 53.6%
G = 37.77%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#956918 (or 0x956918) is known color: Golden Brown. HEX triplet: 95, 69 and 18. RGB value is (149,105,24). Sum of RGB (Red+Green+Blue) = 149+105+24=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #956918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956918 is #6A96E7. Grayscale: #6D6D6D. Windows color (decimal): -6985448 or 1599893. OLE color: 1599893.

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

Color convert

RGB 149 105 24 -
CMYK 0 0.30 0.84 0.42
HSL 38.88º 0.72% 0.34% -
HSV(B) 38.88º 0.84% 0.58% -
XYZ 17.61 16.56 3.13 -
YUV 108.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 149 105 24 0 0.30 0.84 0.42 38.88 0.72 0.34
Hex 95 69 18 0 1E 54 2A 27 48 22
Octal 225 151 30 0 36 124 52 47 110 42
Binary 10010101 1101001 11000 0 11110 1010100 101010 100111 1001000 100010

Color Harmonies of #956918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956918

Black with #956918

Text Example


Text Example

White with #956918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956918; }

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

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

background-color css

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

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

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

border-color css

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

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

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