Html Css Color HEX #6B455B Finn

📋 copy color: '#6B455B'

red 107 ◦ green 69 ◦ blue 91

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

Shades of Finn #6B455B

Tints of Finn #6B455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 40.07%
G = 25.84%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B455B (or 0x6B455B) is known color: Finn. HEX triplet: 6B, 45 and 5B. RGB value is (107,69,91). Sum of RGB (Red+Green+Blue) = 107+69+91=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B455B is #94BAA4. Grayscale: #525252. Windows color (decimal): -9747109 or 5981547. OLE color: 5981547.

HSL color Cylindrical-coordinate representation of color #6B455B: hue angle of 325.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B455B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 91 -
CMYK 0 0.36 0.15 0.58
HSL 325.26º 0.22% 0.35% -
HSV(B) 325.26º 0.36% 0.42% -
XYZ 10.08 8.14 10.94 -
YUV 82.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 107 69 91 0 0.36 0.15 0.58 325.26 0.22 0.35
Hex 6B 45 5B 0 24 F 3A 145 16 23
Octal 153 105 133 0 44 17 72 505 26 43
Binary 1101011 1000101 1011011 0 100100 1111 111010 101000101 10110 100011

Color Harmonies of #6B455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B455B

Black with #6B455B

Text Example


Text Example

White with #6B455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,91); }

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

background-color css

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

 a { background-color: rgb(107,69,91); }

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

border-color css

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

 span { border-color: rgb(107,69,91); }

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