#08603E

Color #08603E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #08603E

Tints of Jewel #08603E

Color information

#08603E (or 0x08603E) is unknown color: approx Jewel. HEX triplet: 08, 60 and 3E. RGB value is (8,96,62). Sum of RGB (Red+Green+Blue) = 8+96+62=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #08603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08603E is #F79FC1. Grayscale: #414141. Windows color (decimal): -16228290 or 4087816. OLE color: 4087816.

HSL color Cylindrical-coordinate representation of color #08603E: hue angle of 156.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08603E is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB89662-
CMYK0.9200.350.62
HSL156.82º84.62%20.39%-
HSV(B)156.82º91.67%37.65%-
XYZ5.158.775.98-
YUV65.81125.8586.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=4.82%
G=57.83%
B=37.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896620.9200.350.62156.8284.6220.39
Hex8603E5C0233E9d5514
Octal10140761340437623512524
Binary100011000001111101011100010001111111010011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08603E; }

 p { color: rgb(8,96,62); }

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

<style>
 a { background-color: #08603E; }

 a { background-color: rgb(8,96,62); }

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

<style>
 span { border-color: #08603E; }

 span { border-color: rgb(8,96,62); }

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