Html Css Color HEX #6F4257 Finn

📋 copy color: '#6F4257'

red 111 ◦ green 66 ◦ blue 87

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

Shades of Finn #6F4257

Tints of Finn #6F4257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 42.05%
G = 25%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F4257 (or 0x6F4257) is known color: Finn. HEX triplet: 6F, 42 and 57. RGB value is (111,66,87). Sum of RGB (Red+Green+Blue) = 111+66+87=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4257 is #90BDA8. Grayscale: #515151. Windows color (decimal): -9485737 or 5718639. OLE color: 5718639.

HSL color Cylindrical-coordinate representation of color #6F4257: hue angle of 332º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4257 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 87 -
CMYK 0 0.41 0.22 0.56
HSL 332º 0.25% 0.35% -
HSV(B) 332º 0.41% 0.44% -
XYZ 10.22 7.96 10.02 -
YUV 81.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 111 66 87 0 0.41 0.22 0.56 332 0.25 0.35
Hex 6F 42 57 0 29 16 38 14C 19 23
Octal 157 102 127 0 51 26 70 514 31 43
Binary 1101111 1000010 1010111 0 101001 10110 111000 101001100 11001 100011

Color Harmonies of #6F4257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4257

Black with #6F4257

Text Example


Text Example

White with #6F4257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,87); }

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

background-color css

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

 a { background-color: rgb(111,66,87); }

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

border-color css

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

 span { border-color: rgb(111,66,87); }

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