Html Css Color HEX #96862F Lemon Ginger

📋 copy color: '#96862F'

red 150 ◦ green 134 ◦ blue 47

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

Shades of Lemon Ginger #96862F

Tints of Lemon Ginger #96862F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 45.32%
G = 40.48%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96862F (or 0x96862F) is known color: Lemon Ginger. HEX triplet: 96, 86 and 2F. RGB value is (150,134,47). Sum of RGB (Red+Green+Blue) = 150+134+47=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96862F is #6979D0. Grayscale: #818181. Windows color (decimal): -6912465 or 3114646. OLE color: 3114646.

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

Color convert

RGB 150 134 47 -
CMYK 0 0.11 0.69 0.41
HSL 50.68º 0.52% 0.39% -
HSV(B) 50.68º 0.69% 0.59% -
XYZ 21.62 23.74 6.13 -
YUV 128.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 150 134 47 0 0.11 0.69 0.41 50.68 0.52 0.39
Hex 96 86 2F 0 B 45 29 33 34 27
Octal 226 206 57 0 13 105 51 63 64 47
Binary 10010110 10000110 101111 0 1011 1000101 101001 110011 110100 100111

Color Harmonies of #96862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96862F

Black with #96862F

Text Example


Text Example

White with #96862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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