Html Css Color HEX #99862F Lemon Ginger

📋 copy color: '#99862F'

red 153 ◦ green 134 ◦ blue 47

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

Shades of Lemon Ginger #99862F

Tints of Lemon Ginger #99862F

RGB

 RED value IS 153 (60.16% from 255) = 45.81%

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

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

R = 45.81%
G = 40.12%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99862F (or 0x99862F) is known color: Lemon Ginger. HEX triplet: 99, 86 and 2F. RGB value is (153,134,47). Sum of RGB (Red+Green+Blue) = 153+134+47=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99862F is #6679D0. Grayscale: #828282. Windows color (decimal): -6715857 or 3114649. OLE color: 3114649.

HSL color Cylindrical-coordinate representation of color #99862F: hue angle of 49.25º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99862F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 47 -
CMYK 0 0.12 0.69 0.4
HSL 49.25º 0.53% 0.39% -
HSV(B) 49.25º 0.69% 0.6% -
XYZ 22.18 24.03 6.16 -
YUV 129.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 153 134 47 0 0.12 0.69 0.4 49.25 0.53 0.39
Hex 99 86 2F 0 C 45 28 31 35 27
Octal 231 206 57 0 14 105 50 61 65 47
Binary 10011001 10000110 101111 0 1100 1000101 101000 110001 110101 100111

Color Harmonies of #99862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99862F

Black with #99862F

Text Example


Text Example

White with #99862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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