#08643E

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

Shades of Jewel #08643E

Tints of Jewel #08643E

Color information

#08643E (or 0x08643E) is unknown color: approx Jewel. HEX triplet: 08, 64 and 3E. RGB value is (8,100,62). Sum of RGB (Red+Green+Blue) = 8+100+62=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #08643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08643E is #F79BC1. Grayscale: #444444. Windows color (decimal): -16227266 or 4088840. OLE color: 4088840.

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

Color convert

RGB810062-
CMYK0.9200.380.61
HSL155.22º85.19%21.18%-
HSV(B)155.22º92%39.22%-
XYZ5.539.516.1-
YUV68.16124.5285.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=4.71%
G=58.82%
B=36.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8100620.9200.380.61155.2285.1921.18
Hex8643E5C0263D9b5515
Octal10144761340467523312525
Binary100011001001111101011100010011011110110011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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