Html Css Color HEX #67465E Finn

📋 copy color: '#67465E'

red 103 ◦ green 70 ◦ blue 94

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

Shades of Finn #67465E

Tints of Finn #67465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 38.58%
G = 26.22%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67465E (or 0x67465E) is known color: Finn. HEX triplet: 67, 46 and 5E. RGB value is (103,70,94). Sum of RGB (Red+Green+Blue) = 103+70+94=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67465E is #98B9A1. Grayscale: #525252. Windows color (decimal): -10008994 or 6178407. OLE color: 6178407.

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

Color convert

RGB 103 70 94 -
CMYK 0 0.32 0.09 0.60
HSL 316.36º 0.19% 0.34% -
HSV(B) 316.36º 0.32% 0.4% -
XYZ 9.8 8.07 11.63 -
YUV 82.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 103 70 94 0 0.32 0.09 0.60 316.36 0.19 0.34
Hex 67 46 5E 0 20 9 3C 13C 13 22
Octal 147 106 136 0 40 11 74 474 23 42
Binary 1100111 1000110 1011110 0 100000 1001 111100 100111100 10011 100010

Color Harmonies of #67465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67465E

Black with #67465E

Text Example


Text Example

White with #67465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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