#968F0F

Color #968F0F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #968F0F

Tints of Citron #968F0F

Color information

#968F0F (or 0x968F0F) is unknown color: approx Citron. HEX triplet: 96, 8F and 0F. RGB value is (150,143,15). Sum of RGB (Red+Green+Blue) = 150+143+15=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F0F is #6970F0. Grayscale: #838383. Windows color (decimal): -6910193 or 1019798. OLE color: 1019798.

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

Color convert

RGB15014315-
CMYK00.050.90.41
HSL56.89º81.82%32.35%-
HSV(B)56.89º90%58.82%-
XYZ22.4926.164.32-
YUV130.562.82141.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 15 (6.25% from 255) = 4.87%
R=48.70%
G=46.43%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501431500.050.90.4156.8981.8232.35
Hex968FF055A29395220
Octal2262171705132517112240
Binary10010110100011111111010110110101010011110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,15); }

 H1.HeaderClassName
 {
   color: #968F0F;
 }
 .AnyTagClassName
 {
   color: #968F0F;
 }
</style>
background-color css

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

 a { background-color: rgb(150,143,15); }

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

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

 span { border-color: rgb(150,143,15); }

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