Html Css Color HEX #6B403F Sanguine Brown

📋 copy color: '#6B403F'

red 107 ◦ green 64 ◦ blue 63

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

Shades of Sanguine Brown #6B403F

Tints of Sanguine Brown #6B403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 45.73%
G = 27.35%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B403F (or 0x6B403F) is known color: Sanguine Brown. HEX triplet: 6B, 40 and 3F. RGB value is (107,64,63). Sum of RGB (Red+Green+Blue) = 107+64+63=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B403F is #94BFC0. Grayscale: #4C4C4C. Windows color (decimal): -9748417 or 4145259. OLE color: 4145259.

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

Color convert

RGB 107 64 63 -
CMYK 0 0.40 0.41 0.58
HSL 1.36º 0.26% 0.33% -
HSV(B) 1.36º 0.41% 0.42% -
XYZ 8.79 7.15 5.62 -
YUV 76.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 107 64 63 0 0.40 0.41 0.58 1.36 0.26 0.33
Hex 6B 40 3F 0 28 29 3A 1 1A 21
Octal 153 100 77 0 50 51 72 1 32 41
Binary 1101011 1000000 111111 0 101000 101001 111010 1 11010 100001

Color Harmonies of #6B403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B403F

Black with #6B403F

Text Example


Text Example

White with #6B403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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