Html Css Color HEX #968735 Highball

📋 copy color: '#968735'

red 150 ◦ green 135 ◦ blue 53

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

Shades of Highball #968735

Tints of Highball #968735

RGB

 RED value IS 150 (58.98% from 255) = 44.38%

 GREEN value IS 135 (53.13% from 255) = 39.94%

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 44.38%
G = 39.94%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#968735 (or 0x968735) is known color: Highball. HEX triplet: 96, 87 and 35. RGB value is (150,135,53). Sum of RGB (Red+Green+Blue) = 150+135+53=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #968735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968735 is #6978CA. Grayscale: #828282. Windows color (decimal): -6912203 or 3508118. OLE color: 3508118.

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

Color convert

RGB 150 135 53 -
CMYK 0 0.1 0.65 0.41
HSL 50.72º 0.48% 0.4% -
HSV(B) 50.72º 0.65% 0.59% -
XYZ 21.88 24.07 6.86 -
YUV 130.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 150 135 53 0 0.1 0.65 0.41 50.72 0.48 0.4
Hex 96 87 35 0 A 41 29 33 30 28
Octal 226 207 65 0 12 101 51 63 60 50
Binary 10010110 10000111 110101 0 1010 1000001 101001 110011 110000 101000

Color Harmonies of #968735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968735

Black with #968735

Text Example


Text Example

White with #968735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968735; }

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

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

background-color css

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

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

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

border-color css

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

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

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