#968B35

Color #968B35 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #968B35

Tints of Highball #968B35

Color information

#968B35 (or 0x968B35) is unknown color: approx Highball. HEX triplet: 96, 8B and 35. RGB value is (150,139,53). Sum of RGB (Red+Green+Blue) = 150+139+53=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #968B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B35 is #6974CA. Grayscale: #848484. Windows color (decimal): -6911179 or 3509142. OLE color: 3509142.

HSL color Cylindrical-coordinate representation of color #968B35: hue angle of 53.2º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968B35 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15013953-
CMYK00.070.650.41
HSL53.2º47.78%39.8%-
HSV(B)53.2º64.67%58.82%-
XYZ22.4525.217.05-
YUV132.4883.14140.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=43.86%
G=40.64%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501395300.070.650.4153.247.7839.8
Hex968B35074129353028
Octal226213650710151656050
Binary100101101000101111010101111000001101001110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B35; }

 p { color: rgb(150,139,53); }

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

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

 a { background-color: rgb(150,139,53); }

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

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

 span { border-color: rgb(150,139,53); }

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