Html Css Color HEX #956B1C Golden Brown

📋 copy color: '#956B1C'

red 149 ◦ green 107 ◦ blue 28

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

Shades of Golden Brown #956B1C

Tints of Golden Brown #956B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 52.46%
G = 37.68%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#956B1C (or 0x956B1C) is known color: Golden Brown. HEX triplet: 95, 6B and 1C. RGB value is (149,107,28). Sum of RGB (Red+Green+Blue) = 149+107+28=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B1C is #6A94E3. Grayscale: #6E6E6E. Windows color (decimal): -6984932 or 1862549. OLE color: 1862549.

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

Color convert

RGB 149 107 28 -
CMYK 0 0.28 0.81 0.42
HSL 39.17º 0.68% 0.35% -
HSV(B) 39.17º 0.81% 0.58% -
XYZ 17.86 16.99 3.44 -
YUV 110.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 149 107 28 0 0.28 0.81 0.42 39.17 0.68 0.35
Hex 95 6B 1C 0 1C 51 2A 27 44 23
Octal 225 153 34 0 34 121 52 47 104 43
Binary 10010101 1101011 11100 0 11100 1010001 101010 100111 1000100 100011

Color Harmonies of #956B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B1C

Black with #956B1C

Text Example


Text Example

White with #956B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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