Html Css Color HEX #968C0E Lemon Ginger

📋 copy color: '#968C0E'

red 150 ◦ green 140 ◦ blue 14

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

Shades of Lemon Ginger #968C0E

Tints of Lemon Ginger #968C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 49.34%
G = 46.05%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#968C0E (or 0x968C0E) is known color: Lemon Ginger. HEX triplet: 96, 8C and 0E. RGB value is (150,140,14). Sum of RGB (Red+Green+Blue) = 150+140+14=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C0E is #6973F1. Grayscale: #818181. Windows color (decimal): -6910962 or 953494. OLE color: 953494.

HSL color Cylindrical-coordinate representation of color #968C0E: hue angle of 55.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #968C0E is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 14 -
CMYK 0 0.07 0.91 0.41
HSL 55.59º 0.83% 0.32% -
HSV(B) 55.59º 0.91% 0.59% -
XYZ 22.04 25.27 4.13 -
YUV 128.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 150 140 14 0 0.07 0.91 0.41 55.59 0.83 0.32
Hex 96 8C E 0 7 5B 29 38 53 20
Octal 226 214 16 0 7 133 51 70 123 40
Binary 10010110 10001100 1110 0 111 1011011 101001 111000 1010011 100000

Color Harmonies of #968C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C0E

Black with #968C0E

Text Example


Text Example

White with #968C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968C0E; }

 p { color: rgb(150,140,14); }

 H1.HeaderClassName
 {
   color: #968C0E;
 }
 .AnyTagClassName
 {
   color: #968C0E;
 }
</style>

background-color css

<style>
 a { background-color: #968C0E; }

 a { background-color: rgb(150,140,14); }

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

border-color css

<style>
 span { border-color: #968C0E; }

 span { border-color: rgb(150,140,14); }

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