Html Css Color HEX #09663D Jewel

📋 copy color: '#09663D'

red 9 ◦ green 102 ◦ blue 61

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

Shades of Jewel #09663D

Tints of Jewel #09663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 5.23%
G = 59.3%
B = 35.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#09663D (or 0x09663D) is known color: Jewel. HEX triplet: 09, 66 and 3D. RGB value is (9,102,61). Sum of RGB (Red+Green+Blue) = 9+102+61=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #09663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09663D is #F699C2. Grayscale: #454545. Windows color (decimal): -16161219 or 4023817. OLE color: 4023817.

HSL color Cylindrical-coordinate representation of color #09663D: hue angle of 153.55º 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 #09663D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 61 -
CMYK 0.91 0 0.40 0.6
HSL 153.55º 0.84% 0.22% -
HSV(B) 153.55º 0.91% 0.4% -
XYZ 5.71 9.9 6.02 -
YUV 69.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 9 102 61 0.91 0 0.40 0.6 153.55 0.84 0.22
Hex 9 66 3D 5B 0 28 3C 9A 54 16
Octal 11 146 75 133 0 50 74 232 124 26
Binary 1001 1100110 111101 1011011 0 101000 111100 10011010 1010100 10110

Color Harmonies of #09663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09663D

Black with #09663D

Text Example


Text Example

White with #09663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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