Html Css Color HEX #96862D Lemon Ginger

📋 copy color: '#96862D'

red 150 ◦ green 134 ◦ blue 45

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

Shades of Lemon Ginger #96862D

Tints of Lemon Ginger #96862D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 45.59%
G = 40.73%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96862D (or 0x96862D) is known color: Lemon Ginger. HEX triplet: 96, 86 and 2D. RGB value is (150,134,45). Sum of RGB (Red+Green+Blue) = 150+134+45=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96862D is #6979D2. Grayscale: #818181. Windows color (decimal): -6912467 or 2983574. OLE color: 2983574.

HSL color Cylindrical-coordinate representation of color #96862D: hue angle of 50.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96862D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 45 -
CMYK 0 0.11 0.70 0.41
HSL 50.86º 0.54% 0.38% -
HSV(B) 50.86º 0.7% 0.59% -
XYZ 21.58 23.72 5.92 -
YUV 128.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 150 134 45 0 0.11 0.70 0.41 50.86 0.54 0.38
Hex 96 86 2D 0 B 46 29 33 36 26
Octal 226 206 55 0 13 106 51 63 66 46
Binary 10010110 10000110 101101 0 1011 1000110 101001 110011 110110 100110

Color Harmonies of #96862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96862D

Black with #96862D

Text Example


Text Example

White with #96862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96862D; }

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

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

background-color css

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

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

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

border-color css

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

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

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