Html Css Color HEX #6B3F3C Sanguine Brown

📋 copy color: '#6B3F3C'

red 107 ◦ green 63 ◦ blue 60

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

Shades of Sanguine Brown #6B3F3C

Tints of Sanguine Brown #6B3F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 46.52%
G = 27.39%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B3F3C (or 0x6B3F3C) is known color: Sanguine Brown. HEX triplet: 6B, 3F and 3C. RGB value is (107,63,60). Sum of RGB (Red+Green+Blue) = 107+63+60=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3F3C is #94C0C3. Grayscale: #4B4B4B. Windows color (decimal): -9748676 or 3948395. OLE color: 3948395.

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

Color convert

RGB 107 63 60 -
CMYK 0 0.41 0.44 0.58
HSL 3.83º 0.28% 0.33% -
HSV(B) 3.83º 0.44% 0.42% -
XYZ 8.66 7.01 5.17 -
YUV 75.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 107 63 60 0 0.41 0.44 0.58 3.83 0.28 0.33
Hex 6B 3F 3C 0 29 2C 3A 4 1C 21
Octal 153 77 74 0 51 54 72 4 34 41
Binary 1101011 111111 111100 0 101001 101100 111010 100 11100 100001

Color Harmonies of #6B3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3F3C

Black with #6B3F3C

Text Example


Text Example

White with #6B3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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