Html Css Color HEX #624141 Woody Brown

📋 copy color: '#624141'

red 98 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #624141

Tints of Woody Brown #624141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 42.98%
G = 28.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#624141 (or 0x624141) is known color: Woody Brown. HEX triplet: 62, 41 and 41. RGB value is (98,65,65). Sum of RGB (Red+Green+Blue) = 98+65+65=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #624141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624141 is #9DBEBE. Grayscale: #4A4A4A. Windows color (decimal): -10337983 or 4276578. OLE color: 4276578.

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

Color convert

RGB 98 65 65 -
CMYK 0 0.34 0.34 0.62
HSL 0.2% 0.32% -
HSV(B) 0.34% 0.38% -
XYZ 7.88 6.76 5.89 -
YUV 74.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 98 65 65 0 0.34 0.34 0.62 0 0.2 0.32
Hex 62 41 41 0 22 22 3E 0 14 20
Octal 142 101 101 0 42 42 76 0 24 40
Binary 1100010 1000001 1000001 0 100010 100010 111110 0 10100 100000

Color Harmonies of #624141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624141

Black with #624141

Text Example


Text Example

White with #624141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624141; }

 p { color: rgb(98,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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