Html Css Color HEX #99862A Lemon Ginger

📋 copy color: '#99862A'

red 153 ◦ green 134 ◦ blue 42

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

Shades of Lemon Ginger #99862A

Tints of Lemon Ginger #99862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 46.5%
G = 40.73%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99862A (or 0x99862A) is known color: Lemon Ginger. HEX triplet: 99, 86 and 2A. RGB value is (153,134,42). Sum of RGB (Red+Green+Blue) = 153+134+42=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99862A is #6679D5. Grayscale: #818181. Windows color (decimal): -6715862 or 2786969. OLE color: 2786969.

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

Color convert

RGB 153 134 42 -
CMYK 0 0.12 0.73 0.4
HSL 49.73º 0.57% 0.38% -
HSV(B) 49.73º 0.73% 0.6% -
XYZ 22.08 23.99 5.66 -
YUV 129.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 153 134 42 0 0.12 0.73 0.4 49.73 0.57 0.38
Hex 99 86 2A 0 C 49 28 32 39 26
Octal 231 206 52 0 14 111 50 62 71 46
Binary 10011001 10000110 101010 0 1100 1001001 101000 110010 111001 100110

Color Harmonies of #99862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99862A

Black with #99862A

Text Example


Text Example

White with #99862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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