Html Css Color HEX #67425B Finn

📋 copy color: '#67425B'

red 103 ◦ green 66 ◦ blue 91

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

Shades of Finn #67425B

Tints of Finn #67425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 39.62%
G = 25.38%
B = 35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67425B (or 0x67425B) is known color: Finn. HEX triplet: 67, 42 and 5B. RGB value is (103,66,91). Sum of RGB (Red+Green+Blue) = 103+66+91=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #67425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67425B is #98BDA4. Grayscale: #4F4F4F. Windows color (decimal): -10010021 or 5980775. OLE color: 5980775.

HSL color Cylindrical-coordinate representation of color #67425B: hue angle of 319.46º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67425B is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 91 -
CMYK 0 0.36 0.12 0.60
HSL 319.46º 0.22% 0.33% -
HSV(B) 319.46º 0.36% 0.4% -
XYZ 9.43 7.54 10.85 -
YUV 79.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 103 66 91 0 0.36 0.12 0.60 319.46 0.22 0.33
Hex 67 42 5B 0 24 C 3C 13F 16 21
Octal 147 102 133 0 44 14 74 477 26 41
Binary 1100111 1000010 1011011 0 100100 1100 111100 100111111 10110 100001

Color Harmonies of #67425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67425B

Black with #67425B

Text Example


Text Example

White with #67425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67425B; }

 p { color: rgb(103,66,91); }

 H1.HeaderClassName
 {
   color: #67425B;
 }
 .AnyTagClassName
 {
   color: #67425B;
 }
</style>

background-color css

<style>
 a { background-color: #67425B; }

 a { background-color: rgb(103,66,91); }

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

border-color css

<style>
 span { border-color: #67425B; }

 span { border-color: rgb(103,66,91); }

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