Html Css Color HEX #624240 Woody Brown

📋 copy color: '#624240'

red 98 ◦ green 66 ◦ blue 64

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

Shades of Woody Brown #624240

Tints of Woody Brown #624240

RGB

 RED value IS 98 (38.67% from 255) = 42.98%

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

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 42.98%
G = 28.95%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#624240 (or 0x624240) is known color: Woody Brown. HEX triplet: 62, 42 and 40. RGB value is (98,66,64). Sum of RGB (Red+Green+Blue) = 98+66+64=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #624240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624240 is #9DBDBF. Grayscale: #4B4B4B. Windows color (decimal): -10337728 or 4211298. OLE color: 4211298.

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

Color convert

RGB 98 66 64 -
CMYK 0 0.33 0.35 0.62
HSL 3.53º 0.21% 0.32% -
HSV(B) 3.53º 0.35% 0.38% -
XYZ 7.91 6.86 5.76 -
YUV 75.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 98 66 64 0 0.33 0.35 0.62 3.53 0.21 0.32
Hex 62 42 40 0 21 23 3E 4 15 20
Octal 142 102 100 0 41 43 76 4 25 40
Binary 1100010 1000010 1000000 0 100001 100011 111110 100 10101 100000

Color Harmonies of #624240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624240

Black with #624240

Text Example


Text Example

White with #624240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624240; }

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

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

background-color css

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

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

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

border-color css

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

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

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