Html Css Color HEX #61816D Sirocco

📋 copy color: '#61816D'

red 97 ◦ green 129 ◦ blue 109

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

Shades of Sirocco #61816D

Tints of Sirocco #61816D

RGB

 RED value IS 97 (38.28% from 255) = 28.96%

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 28.96%
G = 38.51%
B = 32.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#61816D (or 0x61816D) is known color: Sirocco. HEX triplet: 61, 81 and 6D. RGB value is (97,129,109). Sum of RGB (Red+Green+Blue) = 97+129+109=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #61816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816D is #9E7E92. Grayscale: #757575. Windows color (decimal): -10387091 or 7176545. OLE color: 7176545.

HSL color Cylindrical-coordinate representation of color #61816D: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61816D is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 109 -
CMYK 0.25 0 0.16 0.49
HSL 142.5º 0.14% 0.44% -
HSV(B) 142.5º 0.25% 0.51% -
XYZ 15.54 19.35 17.38 -
YUV 117.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 97 129 109 0.25 0 0.16 0.49 142.5 0.14 0.44
Hex 61 81 6D 19 0 10 31 8E E 2C
Octal 141 201 155 31 0 20 61 216 16 54
Binary 1100001 10000001 1101101 11001 0 10000 110001 10001110 1110 101100

Color Harmonies of #61816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61816D

Black with #61816D

Text Example


Text Example

White with #61816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,129,109); }

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

background-color css

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

 a { background-color: rgb(97,129,109); }

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

border-color css

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

 span { border-color: rgb(97,129,109); }

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