Html Css Color HEX #956B1A Golden Brown

📋 copy color: '#956B1A'

red 149 ◦ green 107 ◦ blue 26

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

Shades of Golden Brown #956B1A

Tints of Golden Brown #956B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 52.84%
G = 37.94%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956B1A (or 0x956B1A) is known color: Golden Brown. HEX triplet: 95, 6B and 1A. RGB value is (149,107,26). Sum of RGB (Red+Green+Blue) = 149+107+26=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B1A is #6A94E5. Grayscale: #6E6E6E. Windows color (decimal): -6984934 or 1731477. OLE color: 1731477.

HSL color Cylindrical-coordinate representation of color #956B1A: hue angle of 39.51º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #956B1A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 26 -
CMYK 0 0.28 0.83 0.42
HSL 39.51º 0.7% 0.34% -
HSV(B) 39.51º 0.83% 0.58% -
XYZ 17.84 16.98 3.31 -
YUV 110.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 149 107 26 0 0.28 0.83 0.42 39.51 0.7 0.34
Hex 95 6B 1A 0 1C 53 2A 28 46 22
Octal 225 153 32 0 34 123 52 50 106 42
Binary 10010101 1101011 11010 0 11100 1010011 101010 101000 1000110 100010

Color Harmonies of #956B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B1A

Black with #956B1A

Text Example


Text Example

White with #956B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B1A; }

 p { color: rgb(149,107,26); }

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

background-color css

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

 a { background-color: rgb(149,107,26); }

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

border-color css

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

 span { border-color: rgb(149,107,26); }

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