Html Css Color HEX #96853F Highball

📋 copy color: '#96853F'

red 150 ◦ green 133 ◦ blue 63

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

Shades of Highball #96853F

Tints of Highball #96853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 43.35%
G = 38.44%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96853F (or 0x96853F) is known color: Highball. HEX triplet: 96, 85 and 3F. RGB value is (150,133,63). Sum of RGB (Red+Green+Blue) = 150+133+63=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96853F is #697AC0. Grayscale: #828282. Windows color (decimal): -6912705 or 4162966. OLE color: 4162966.

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

Color convert

RGB 150 133 63 -
CMYK 0 0.11 0.58 0.41
HSL 48.28º 0.41% 0.42% -
HSV(B) 48.28º 0.58% 0.59% -
XYZ 21.86 23.62 8.11 -
YUV 130.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 150 133 63 0 0.11 0.58 0.41 48.28 0.41 0.42
Hex 96 85 3F 0 B 3A 29 30 29 2A
Octal 226 205 77 0 13 72 51 60 51 52
Binary 10010110 10000101 111111 0 1011 111010 101001 110000 101001 101010

Color Harmonies of #96853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96853F

Black with #96853F

Text Example


Text Example

White with #96853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96853F; }

 p { color: rgb(150,133,63); }

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

background-color css

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

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

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

border-color css

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

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

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