Html Css Color HEX #6B4352 Finn

📋 copy color: '#6B4352'

red 107 ◦ green 67 ◦ blue 82

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

Shades of Finn #6B4352

Tints of Finn #6B4352

RGB

 RED value IS 107 (42.19% from 255) = 41.8%

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 41.8%
G = 26.17%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B4352 (or 0x6B4352) is known color: Finn. HEX triplet: 6B, 43 and 52. RGB value is (107,67,82). Sum of RGB (Red+Green+Blue) = 107+67+82=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4352 is #94BCAD. Grayscale: #505050. Windows color (decimal): -9747630 or 5391211. OLE color: 5391211.

HSL color Cylindrical-coordinate representation of color #6B4352: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4352 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 67 82 -
CMYK 0 0.37 0.23 0.58
HSL 337.5º 0.23% 0.34% -
HSV(B) 337.5º 0.37% 0.42% -
XYZ 9.59 7.75 8.97 -
YUV 80.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 107 67 82 0 0.37 0.23 0.58 337.5 0.23 0.34
Hex 6B 43 52 0 25 17 3A 152 17 22
Octal 153 103 122 0 45 27 72 522 27 42
Binary 1101011 1000011 1010010 0 100101 10111 111010 101010010 10111 100010

Color Harmonies of #6B4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4352

Black with #6B4352

Text Example


Text Example

White with #6B4352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,82); }

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

background-color css

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

 a { background-color: rgb(107,67,82); }

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

border-color css

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

 span { border-color: rgb(107,67,82); }

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