Html Css Color HEX #09644B Watercourse

📋 copy color: '#09644B'

red 9 ◦ green 100 ◦ blue 75

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

Shades of Watercourse #09644B

Tints of Watercourse #09644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.35%

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 4.89%
G = 54.35%
B = 40.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#09644B (or 0x09644B) is known color: Watercourse. HEX triplet: 09, 64 and 4B. RGB value is (9,100,75). Sum of RGB (Red+Green+Blue) = 9+100+75=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #09644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09644B is #F69BB4. Grayscale: #454545. Windows color (decimal): -16161717 or 4940809. OLE color: 4940809.

HSL color Cylindrical-coordinate representation of color #09644B: hue angle of 163.52º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09644B is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 75 -
CMYK 0.91 0 0.25 0.61
HSL 163.52º 0.83% 0.21% -
HSV(B) 163.52º 0.91% 0.39% -
XYZ 5.94 9.68 8.21 -
YUV 69.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 9 100 75 0.91 0 0.25 0.61 163.52 0.83 0.21
Hex 9 64 4B 5B 0 19 3D A4 53 15
Octal 11 144 113 133 0 31 75 244 123 25
Binary 1001 1100100 1001011 1011011 0 11001 111101 10100100 1010011 10101

Color Harmonies of #09644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09644B

Black with #09644B

Text Example


Text Example

White with #09644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09644B; }

 p { color: rgb(9,100,75); }

 H1.HeaderClassName
 {
   color: #09644B;
 }
 .AnyTagClassName
 {
   color: #09644B;
 }
</style>

background-color css

<style>
 a { background-color: #09644B; }

 a { background-color: rgb(9,100,75); }

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

border-color css

<style>
 span { border-color: #09644B; }

 span { border-color: rgb(9,100,75); }

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