Html Css Color HEX #969641 Highball

📋 copy color: '#969641'

red 150 ◦ green 150 ◦ blue 65

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

Shades of Highball #969641

Tints of Highball #969641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 41.1%
G = 41.1%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#969641 (or 0x969641) is known color: Highball. HEX triplet: 96, 96 and 41. RGB value is (150,150,65). Sum of RGB (Red+Green+Blue) = 150+150+65=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969641 is #6969BE. Grayscale: #8C8C8C. Windows color (decimal): -6908351 or 4298390. OLE color: 4298390.

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

Color convert

RGB 150 150 65 -
CMYK 0 0 0.57 0.41
HSL 60º 0.4% 0.42% -
HSV(B) 60º 0.57% 0.59% -
XYZ 24.44 28.68 9.25 -
YUV 140.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 150 150 65 0 0 0.57 0.41 60 0.4 0.42
Hex 96 96 41 0 0 39 29 3C 28 2A
Octal 226 226 101 0 0 71 51 74 50 52
Binary 10010110 10010110 1000001 0 0 111001 101001 111100 101000 101010

Color Harmonies of #969641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969641

Black with #969641

Text Example


Text Example

White with #969641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969641; }

 p { color: rgb(150,150,65); }

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

background-color css

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

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

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

border-color css

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

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

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