#968A35

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

Shades of Highball #968A35

Tints of Highball #968A35

Color information

#968A35 (or 0x968A35) is unknown color: approx Highball. HEX triplet: 96, 8A and 35. RGB value is (150,138,53). Sum of RGB (Red+Green+Blue) = 150+138+53=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #968A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A35 is #6975CA. Grayscale: #848484. Windows color (decimal): -6911435 or 3508886. OLE color: 3508886.

HSL color Cylindrical-coordinate representation of color #968A35: hue angle of 52.58º 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 #968A35 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15013853-
CMYK00.080.650.41
HSL52.58º47.78%39.8%-
HSV(B)52.58º64.67%58.82%-
XYZ22.3124.927-
YUV131.983.48140.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=43.99%
G=40.47%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501385300.080.650.4152.5847.7839.8
Hex968A35084129353028
Octal2262126501010151656050
Binary1001011010001010110101010001000001101001110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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