Html Css Color HEX #6B3835 Sanguine Brown

📋 copy color: '#6B3835'

red 107 ◦ green 56 ◦ blue 53

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

Shades of Sanguine Brown #6B3835

Tints of Sanguine Brown #6B3835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 49.54%
G = 25.93%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B3835 (or 0x6B3835) is known color: Sanguine Brown. HEX triplet: 6B, 38 and 35. RGB value is (107,56,53). Sum of RGB (Red+Green+Blue) = 107+56+53=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3835 is #94C7CA. Grayscale: #464646. Windows color (decimal): -9750475 or 3487851. OLE color: 3487851.

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

Color convert

RGB 107 56 53 -
CMYK 0 0.48 0.50 0.58
HSL 3.33º 0.34% 0.31% -
HSV(B) 3.33º 0.5% 0.42% -
XYZ 8.12 6.21 4.14 -
YUV 70.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 107 56 53 0 0.48 0.50 0.58 3.33 0.34 0.31
Hex 6B 38 35 0 30 32 3A 3 22 1F
Octal 153 70 65 0 60 62 72 3 42 37
Binary 1101011 111000 110101 0 110000 110010 111010 11 100010 11111

Color Harmonies of #6B3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3835

Black with #6B3835

Text Example


Text Example

White with #6B3835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,53); }

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

background-color css

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

 a { background-color: rgb(107,56,53); }

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

border-color css

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

 span { border-color: rgb(107,56,53); }

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