Html Css Color HEX #956B1E Golden Brown

📋 copy color: '#956B1E'

red 149 ◦ green 107 ◦ blue 30

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

Shades of Golden Brown #956B1E

Tints of Golden Brown #956B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 52.1%
G = 37.41%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#956B1E (or 0x956B1E) is known color: Golden Brown. HEX triplet: 95, 6B and 1E. RGB value is (149,107,30). Sum of RGB (Red+Green+Blue) = 149+107+30=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B1E is #6A94E1. Grayscale: #6F6F6F. Windows color (decimal): -6984930 or 1993621. OLE color: 1993621.

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

Color convert

RGB 149 107 30 -
CMYK 0 0.28 0.80 0.42
HSL 38.82º 0.66% 0.35% -
HSV(B) 38.82º 0.8% 0.58% -
XYZ 17.89 17 3.57 -
YUV 110.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 149 107 30 0 0.28 0.80 0.42 38.82 0.66 0.35
Hex 95 6B 1E 0 1C 50 2A 27 42 23
Octal 225 153 36 0 34 120 52 47 102 43
Binary 10010101 1101011 11110 0 11100 1010000 101010 100111 1000010 100011

Color Harmonies of #956B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B1E

Black with #956B1E

Text Example


Text Example

White with #956B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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