Html Css Color HEX #956618 Golden Brown

📋 copy color: '#956618'

red 149 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #956618

Tints of Golden Brown #956618

RGB

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

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

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

R = 54.18%
G = 37.09%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#956618 (or 0x956618) is known color: Golden Brown. HEX triplet: 95, 66 and 18. RGB value is (149,102,24). Sum of RGB (Red+Green+Blue) = 149+102+24=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956618 is #6A99E7. Grayscale: #6B6B6B. Windows color (decimal): -6986216 or 1599125. OLE color: 1599125.

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

Color convert

RGB 149 102 24 -
CMYK 0 0.32 0.84 0.42
HSL 37.44º 0.72% 0.34% -
HSV(B) 37.44º 0.84% 0.58% -
XYZ 17.31 15.96 3.03 -
YUV 107.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 149 102 24 0 0.32 0.84 0.42 37.44 0.72 0.34
Hex 95 66 18 0 20 54 2A 25 48 22
Octal 225 146 30 0 40 124 52 45 110 42
Binary 10010101 1100110 11000 0 100000 1010100 101010 100101 1001000 100010

Color Harmonies of #956618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956618

Black with #956618

Text Example


Text Example

White with #956618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956618; }

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

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

background-color css

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

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

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

border-color css

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

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

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