Html Css Color HEX #99861F Lemon Ginger

📋 copy color: '#99861F'

red 153 ◦ green 134 ◦ blue 31

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

Shades of Lemon Ginger #99861F

Tints of Lemon Ginger #99861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 48.11%
G = 42.14%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99861F (or 0x99861F) is known color: Lemon Ginger. HEX triplet: 99, 86 and 1F. RGB value is (153,134,31). Sum of RGB (Red+Green+Blue) = 153+134+31=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99861F is #6679E0. Grayscale: #808080. Windows color (decimal): -6715873 or 2066073. OLE color: 2066073.

HSL color Cylindrical-coordinate representation of color #99861F: hue angle of 50.66º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99861F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 31 -
CMYK 0 0.12 0.80 0.4
HSL 50.66º 0.66% 0.36% -
HSV(B) 50.66º 0.8% 0.6% -
XYZ 21.91 23.92 4.76 -
YUV 127.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 153 134 31 0 0.12 0.80 0.4 50.66 0.66 0.36
Hex 99 86 1F 0 C 50 28 33 42 24
Octal 231 206 37 0 14 120 50 63 102 44
Binary 10011001 10000110 11111 0 1100 1010000 101000 110011 1000010 100100

Color Harmonies of #99861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99861F

Black with #99861F

Text Example


Text Example

White with #99861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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