Html Css Color HEX #61716A Sirocco

📋 copy color: '#61716A'

red 97 ◦ green 113 ◦ blue 106

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

Shades of Sirocco #61716A

Tints of Sirocco #61716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 30.7%
G = 35.76%
B = 33.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#61716A (or 0x61716A) is known color: Sirocco. HEX triplet: 61, 71 and 6A. RGB value is (97,113,106). Sum of RGB (Red+Green+Blue) = 97+113+106=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #61716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716A is #9E8E95. Grayscale: #6B6B6B. Windows color (decimal): -10391190 or 6975841. OLE color: 6975841.

HSL color Cylindrical-coordinate representation of color #61716A: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61716A is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 113 106 -
CMYK 0.14 0 0.06 0.56
HSL 153.75º 0.08% 0.41% -
HSV(B) 153.75º 0.14% 0.44% -
XYZ 13.44 15.39 15.9 -
YUV 107.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 97 113 106 0.14 0 0.06 0.56 153.75 0.08 0.41
Hex 61 71 6A E 0 6 38 9A 8 29
Octal 141 161 152 16 0 6 70 232 10 51
Binary 1100001 1110001 1101010 1110 0 110 111000 10011010 1000 101001

Color Harmonies of #61716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61716A

Black with #61716A

Text Example


Text Example

White with #61716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61716A; }

 p { color: rgb(97,113,106); }

 H1.HeaderClassName
 {
   color: #61716A;
 }
 .AnyTagClassName
 {
   color: #61716A;
 }
</style>

background-color css

<style>
 a { background-color: #61716A; }

 a { background-color: rgb(97,113,106); }

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

border-color css

<style>
 span { border-color: #61716A; }

 span { border-color: rgb(97,113,106); }

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