Html Css Color HEX #6F313F Siren

📋 copy color: '#6F313F'

red 111 ◦ green 49 ◦ blue 63

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

Shades of Siren #6F313F

Tints of Siren #6F313F

RGB

 RED value IS 111 (43.75% from 255) = 49.78%

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 63 (25% from 255) = 28.25%

R = 49.78%
G = 21.97%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F313F (or 0x6F313F) is known color: Siren. HEX triplet: 6F, 31 and 3F. RGB value is (111,49,63). Sum of RGB (Red+Green+Blue) = 111+49+63=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313F is #90CEC0. Grayscale: #454545. Windows color (decimal): -9490113 or 4141423. OLE color: 4141423.

HSL color Cylindrical-coordinate representation of color #6F313F: hue angle of 346.45º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F313F is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 63 -
CMYK 0 0.56 0.43 0.56
HSL 346.45º 0.39% 0.31% -
HSV(B) 346.45º 0.56% 0.44% -
XYZ 8.55 5.94 5.4 -
YUV 69.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 111 49 63 0 0.56 0.43 0.56 346.45 0.39 0.31
Hex 6F 31 3F 0 38 2B 38 15A 27 1F
Octal 157 61 77 0 70 53 70 532 47 37
Binary 1101111 110001 111111 0 111000 101011 111000 101011010 100111 11111

Color Harmonies of #6F313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F313F

Black with #6F313F

Text Example


Text Example

White with #6F313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F313F; }

 p { color: rgb(111,49,63); }

 H1.HeaderClassName
 {
   color: #6F313F;
 }
 .AnyTagClassName
 {
   color: #6F313F;
 }
</style>

background-color css

<style>
 a { background-color: #6F313F; }

 a { background-color: rgb(111,49,63); }

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

border-color css

<style>
 span { border-color: #6F313F; }

 span { border-color: rgb(111,49,63); }

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