Html Css Color HEX #956922 Golden Brown

📋 copy color: '#956922'

red 149 ◦ green 105 ◦ blue 34

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

Shades of Golden Brown #956922

Tints of Golden Brown #956922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 51.74%
G = 36.46%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#956922 (or 0x956922) is known color: Golden Brown. HEX triplet: 95, 69 and 22. RGB value is (149,105,34). Sum of RGB (Red+Green+Blue) = 149+105+34=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956922 is #6A96DD. Grayscale: #6E6E6E. Windows color (decimal): -6985438 or 2255253. OLE color: 2255253.

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

Color convert

RGB 149 105 34 -
CMYK 0 0.30 0.77 0.42
HSL 37.04º 0.63% 0.36% -
HSV(B) 37.04º 0.77% 0.58% -
XYZ 17.73 16.61 3.78 -
YUV 110.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 149 105 34 0 0.30 0.77 0.42 37.04 0.63 0.36
Hex 95 69 22 0 1E 4D 2A 25 3F 24
Octal 225 151 42 0 36 115 52 45 77 44
Binary 10010101 1101001 100010 0 11110 1001101 101010 100101 111111 100100

Color Harmonies of #956922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956922

Black with #956922

Text Example


Text Example

White with #956922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956922; }

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

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

background-color css

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

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

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

border-color css

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

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

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