Html Css Color HEX #5F674F Chicago

📋 copy color: '#5F674F'

red 95 ◦ green 103 ◦ blue 79

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

Shades of Chicago #5F674F

Tints of Chicago #5F674F

RGB

 RED value IS 95 (37.5% from 255) = 34.3%

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 34.3%
G = 37.18%
B = 28.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#5F674F (or 0x5F674F) is known color: Chicago. HEX triplet: 5F, 67 and 4F. RGB value is (95,103,79). Sum of RGB (Red+Green+Blue) = 95+103+79=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #5F674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F674F is #A098B0. Grayscale: #616161. Windows color (decimal): -10524849 or 5203807. OLE color: 5203807.

HSL color Cylindrical-coordinate representation of color #5F674F: hue angle of 80º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F674F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 103 79 -
CMYK 0.08 0 0.23 0.60
HSL 80º 0.13% 0.36% -
HSV(B) 80º 0.23% 0.4% -
XYZ 10.98 12.7 9.27 -
YUV 97.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 95 103 79 0.08 0 0.23 0.60 80 0.13 0.36
Hex 5F 67 4F 8 0 17 3C 50 D 24
Octal 137 147 117 10 0 27 74 120 15 44
Binary 1011111 1100111 1001111 1000 0 10111 111100 1010000 1101 100100

Color Harmonies of #5F674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F674F

Black with #5F674F

Text Example


Text Example

White with #5F674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F674F; }

 p { color: rgb(95,103,79); }

 H1.HeaderClassName
 {
   color: #5F674F;
 }
 .AnyTagClassName
 {
   color: #5F674F;
 }
</style>

background-color css

<style>
 a { background-color: #5F674F; }

 a { background-color: rgb(95,103,79); }

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

border-color css

<style>
 span { border-color: #5F674F; }

 span { border-color: rgb(95,103,79); }

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