Html Css Color HEX #09663F Jewel

📋 copy color: '#09663F'

red 9 ◦ green 102 ◦ blue 63

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

Shades of Jewel #09663F

Tints of Jewel #09663F

RGB

 RED value IS 9 (3.91% from 255) = 5.17%

 GREEN value IS 102 (40.23% from 255) = 58.62%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 5.17%
G = 58.62%
B = 36.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#09663F (or 0x09663F) is known color: Jewel. HEX triplet: 09, 66 and 3F. RGB value is (9,102,63). Sum of RGB (Red+Green+Blue) = 9+102+63=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #09663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09663F is #F699C0. Grayscale: #454545. Windows color (decimal): -16161217 or 4154889. OLE color: 4154889.

HSL color Cylindrical-coordinate representation of color #09663F: hue angle of 154.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09663F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 63 -
CMYK 0.91 0 0.38 0.6
HSL 154.84º 0.84% 0.22% -
HSV(B) 154.84º 0.91% 0.4% -
XYZ 5.76 9.92 6.31 -
YUV 69.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 9 102 63 0.91 0 0.38 0.6 154.84 0.84 0.22
Hex 9 66 3F 5B 0 26 3C 9B 54 16
Octal 11 146 77 133 0 46 74 233 124 26
Binary 1001 1100110 111111 1011011 0 100110 111100 10011011 1010100 10110

Color Harmonies of #09663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09663F

Black with #09663F

Text Example


Text Example

White with #09663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,102,63); }

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

background-color css

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

 a { background-color: rgb(9,102,63); }

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

border-color css

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

 span { border-color: rgb(9,102,63); }

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