#674235

Color #674235 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #674235

Tints of Very Dark Brown #674235

Color information

#674235 (or 0x674235) is unknown color: approx Very Dark Brown. HEX triplet: 67, 42 and 35. RGB value is (103,66,53). Sum of RGB (Red+Green+Blue) = 103+66+53=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #674235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674235 is #98BDCA. Grayscale: #4B4B4B. Windows color (decimal): -10010059 or 3490407. OLE color: 3490407.

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

Color convert

RGB1036653-
CMYK00.360.490.60
HSL15.6º32.05%30.59%-
HSV(B)15.6º48.54%40.39%-
XYZ8.187.044.3-
YUV75.58115.26147.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=46.40%
G=29.73%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103665300.360.490.6015.632.0530.59
Hex674235024313C10201f
Octal147102650446174204037
Binary1100111100001011010101001001100011111001000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674235; }

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

 H1.HeaderClassName
 {
   color: #674235;
 }
 .AnyTagClassName
 {
   color: #674235;
 }
</style>
background-color css

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

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

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

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

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

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