Html Css Color HEX #61816C Sirocco

📋 copy color: '#61816C'

red 97 ◦ green 129 ◦ blue 108

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

Shades of Sirocco #61816C

Tints of Sirocco #61816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 29.04%
G = 38.62%
B = 32.34%

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

#61816C (or 0x61816C) is known color: Sirocco. HEX triplet: 61, 81 and 6C. RGB value is (97,129,108). Sum of RGB (Red+Green+Blue) = 97+129+108=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #61816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61816C is #9E7E93. Grayscale: #757575. Windows color (decimal): -10387092 or 7111009. OLE color: 7111009.

HSL color Cylindrical-coordinate representation of color #61816C: hue angle of 140.62º 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 #61816C is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 108 -
CMYK 0.25 0 0.16 0.49
HSL 140.63º 0.14% 0.44% -
HSV(B) 140.63º 0.25% 0.51% -
XYZ 15.49 19.32 17.1 -
YUV 117.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 97 129 108 0.25 0 0.16 0.49 140.63 0.14 0.44
Hex 61 81 6C 19 0 10 31 8D E 2C
Octal 141 201 154 31 0 20 61 215 16 54
Binary 1100001 10000001 1101100 11001 0 10000 110001 10001101 1110 101100

Color Harmonies of #61816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61816C

Black with #61816C

Text Example


Text Example

White with #61816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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