Html Css Color HEX #956721 Golden Brown

📋 copy color: '#956721'

red 149 ◦ green 103 ◦ blue 33

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

Shades of Golden Brown #956721

Tints of Golden Brown #956721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 52.28%
G = 36.14%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#956721 (or 0x956721) is known color: Golden Brown. HEX triplet: 95, 67 and 21. RGB value is (149,103,33). Sum of RGB (Red+Green+Blue) = 149+103+33=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956721 is #6A98DE. Grayscale: #6D6D6D. Windows color (decimal): -6985951 or 2189205. OLE color: 2189205.

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

Color convert

RGB 149 103 33 -
CMYK 0 0.31 0.78 0.42
HSL 36.21º 0.64% 0.36% -
HSV(B) 36.21º 0.78% 0.58% -
XYZ 17.52 16.2 3.64 -
YUV 108.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 149 103 33 0 0.31 0.78 0.42 36.21 0.64 0.36
Hex 95 67 21 0 1F 4E 2A 24 40 24
Octal 225 147 41 0 37 116 52 44 100 44
Binary 10010101 1100111 100001 0 11111 1001110 101010 100100 1000000 100100

Color Harmonies of #956721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956721

Black with #956721

Text Example


Text Example

White with #956721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956721; }

 p { color: rgb(149,103,33); }

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

background-color css

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

 a { background-color: rgb(149,103,33); }

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

border-color css

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

 span { border-color: rgb(149,103,33); }

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