Html Css Color HEX #67555E Finn

📋 copy color: '#67555E'

red 103 ◦ green 85 ◦ blue 94

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

Shades of Finn #67555E

Tints of Finn #67555E

RGB

 RED value IS 103 (40.63% from 255) = 36.52%

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 36.52%
G = 30.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67555E (or 0x67555E) is known color: Finn. HEX triplet: 67, 55 and 5E. RGB value is (103,85,94). Sum of RGB (Red+Green+Blue) = 103+85+94=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #67555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67555E is #98AAA1. Grayscale: #5B5B5B. Windows color (decimal): -10005154 or 6182247. OLE color: 6182247.

HSL color Cylindrical-coordinate representation of color #67555E: hue angle of 330º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67555E is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 85 94 -
CMYK 0 0.17 0.09 0.60
HSL 330º 0.1% 0.37% -
HSV(B) 330º 0.17% 0.4% -
XYZ 10.86 10.19 11.98 -
YUV 91.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 103 85 94 0 0.17 0.09 0.60 330 0.1 0.37
Hex 67 55 5E 0 11 9 3C 14A A 25
Octal 147 125 136 0 21 11 74 512 12 45
Binary 1100111 1010101 1011110 0 10001 1001 111100 101001010 1010 100101

Color Harmonies of #67555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67555E

Black with #67555E

Text Example


Text Example

White with #67555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67555E; }

 p { color: rgb(103,85,94); }

 H1.HeaderClassName
 {
   color: #67555E;
 }
 .AnyTagClassName
 {
   color: #67555E;
 }
</style>

background-color css

<style>
 a { background-color: #67555E; }

 a { background-color: rgb(103,85,94); }

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

border-color css

<style>
 span { border-color: #67555E; }

 span { border-color: rgb(103,85,94); }

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