Html Css Color HEX #968641 Highball

📋 copy color: '#968641'

red 150 ◦ green 134 ◦ blue 65

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

Shades of Highball #968641

Tints of Highball #968641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

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

R = 42.98%
G = 38.4%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#968641 (or 0x968641) is known color: Highball. HEX triplet: 96, 86 and 41. RGB value is (150,134,65). Sum of RGB (Red+Green+Blue) = 150+134+65=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968641 is #6979BE. Grayscale: #838383. Windows color (decimal): -6912447 or 4294294. OLE color: 4294294.

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

Color convert

RGB 150 134 65 -
CMYK 0 0.11 0.57 0.41
HSL 48.71º 0.4% 0.42% -
HSV(B) 48.71º 0.57% 0.59% -
XYZ 22.06 23.92 8.45 -
YUV 130.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 150 134 65 0 0.11 0.57 0.41 48.71 0.4 0.42
Hex 96 86 41 0 B 39 29 31 28 2A
Octal 226 206 101 0 13 71 51 61 50 52
Binary 10010110 10000110 1000001 0 1011 111001 101001 110001 101000 101010

Color Harmonies of #968641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968641

Black with #968641

Text Example


Text Example

White with #968641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968641; }

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

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

background-color css

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

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

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

border-color css

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

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

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