Html Css Color HEX #6B403D Sanguine Brown

📋 copy color: '#6B403D'

red 107 ◦ green 64 ◦ blue 61

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

Shades of Sanguine Brown #6B403D

Tints of Sanguine Brown #6B403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 46.12%
G = 27.59%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B403D (or 0x6B403D) is known color: Sanguine Brown. HEX triplet: 6B, 40 and 3D. RGB value is (107,64,61). Sum of RGB (Red+Green+Blue) = 107+64+61=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B403D is #94BFC2. Grayscale: #4C4C4C. Windows color (decimal): -9748419 or 4014187. OLE color: 4014187.

HSL color Cylindrical-coordinate representation of color #6B403D: hue angle of 3.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B403D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 64 61 -
CMYK 0 0.40 0.43 0.58
HSL 3.91º 0.27% 0.33% -
HSV(B) 3.91º 0.43% 0.42% -
XYZ 8.74 7.13 5.33 -
YUV 76.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 107 64 61 0 0.40 0.43 0.58 3.91 0.27 0.33
Hex 6B 40 3D 0 28 2B 3A 4 1B 21
Octal 153 100 75 0 50 53 72 4 33 41
Binary 1101011 1000000 111101 0 101000 101011 111010 100 11011 100001

Color Harmonies of #6B403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B403D

Black with #6B403D

Text Example


Text Example

White with #6B403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,61); }

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

background-color css

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

 a { background-color: rgb(107,64,61); }

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

border-color css

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

 span { border-color: rgb(107,64,61); }

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