#624342

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

Shades of Woody Brown #624342

Tints of Woody Brown #624342

Color information

#624342 (or 0x624342) is unknown color: approx Woody Brown. HEX triplet: 62, 43 and 42. RGB value is (98,67,66). Sum of RGB (Red+Green+Blue) = 98+67+66=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #624342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624342 is #9DBCBD. Grayscale: #4C4C4C. Windows color (decimal): -10337470 or 4342626. OLE color: 4342626.

HSL color Cylindrical-coordinate representation of color #624342: hue angle of 1.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #624342 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB986766-
CMYK00.320.330.62
HSL1.88º19.51%32.16%-
HSV(B)1.88º32.65%38.43%-
XYZ8.0376.08-
YUV76.16122.27143.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=42.42%
G=29.00%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98676600.320.330.621.8819.5132.16
Hex624342020213E21420
Octal142103102040417622440
Binary11000101000011100001001000001000011111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624342; }

 p { color: rgb(98,67,66); }

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

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

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

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

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

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

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