Html Css Color HEX #674242 Sanguine Brown

📋 copy color: '#674242'

red 103 ◦ green 66 ◦ blue 66

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

Shades of Sanguine Brown #674242

Tints of Sanguine Brown #674242

RGB

 RED value IS 103 (40.63% from 255) = 43.83%

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 43.83%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#674242 (or 0x674242) is known color: Sanguine Brown. HEX triplet: 67, 42 and 42. RGB value is (103,66,66). Sum of RGB (Red+Green+Blue) = 103+66+66=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #674242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674242 is #98BDBD. Grayscale: #4D4D4D. Windows color (decimal): -10010046 or 4342375. OLE color: 4342375.

HSL color Cylindrical-coordinate representation of color #674242: hue angle of 0º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674242 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 66 -
CMYK 0 0.36 0.36 0.60
HSL 0.22% 0.33% -
HSV(B) 0.36% 0.4% -
XYZ 8.53 7.17 6.09 -
YUV 77.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 103 66 66 0 0.36 0.36 0.60 0 0.22 0.33
Hex 67 42 42 0 24 24 3C 0 16 21
Octal 147 102 102 0 44 44 74 0 26 41
Binary 1100111 1000010 1000010 0 100100 100100 111100 0 10110 100001

Color Harmonies of #674242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674242

Black with #674242

Text Example


Text Example

White with #674242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674242; }

 p { color: rgb(103,66,66); }

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

background-color css

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

 a { background-color: rgb(103,66,66); }

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

border-color css

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

 span { border-color: rgb(103,66,66); }

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