#956B00

Color #956B00 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #956B00

Tints of Golden Brown #956B00

Color information

#956B00 (or 0x956B00) is unknown color: approx Golden Brown. HEX triplet: 95, 6B and 00. RGB value is (149,107,0). Sum of RGB (Red+Green+Blue) = 149+107+0=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #956B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B00 is #6A94FF. Grayscale: #6B6B6B. Windows color (decimal): -6984960 or 27541. OLE color: 27541.

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

Color convert

RGB1491070-
CMYK00.2810.42
HSL43.09º100%29.22%-
HSV(B)43.09º100%58.43%-
XYZ17.6516.92.33-
YUV107.3667.41157.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.20%
G=41.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149107000.2810.4243.0910029.22
Hex956B001C642A2b641d
Octal2251530034144525314435
Binary10010101110101100111001100100101010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956B00;
 }
 .AnyTagClassName
 {
   color: #956B00;
 }
</style>
background-color css

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

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

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

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

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

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