Html Css Color HEX #604341 Woody Brown

📋 copy color: '#604341'

red 96 ◦ green 67 ◦ blue 65

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

Shades of Woody Brown #604341

Tints of Woody Brown #604341

RGB

 RED value IS 96 (37.89% from 255) = 42.11%

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 42.11%
G = 29.39%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604341 (or 0x604341) is known color: Woody Brown. HEX triplet: 60, 43 and 41. RGB value is (96,67,65). Sum of RGB (Red+Green+Blue) = 96+67+65=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #604341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604341 is #9FBCBE. Grayscale: #4B4B4B. Windows color (decimal): -10468543 or 4277088. OLE color: 4277088.

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

Color convert

RGB 96 67 65 -
CMYK 0 0.30 0.32 0.62
HSL 3.87º 0.19% 0.32% -
HSV(B) 3.87º 0.32% 0.38% -
XYZ 7.79 6.88 5.92 -
YUV 75.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 96 67 65 0 0.30 0.32 0.62 3.87 0.19 0.32
Hex 60 43 41 0 1E 20 3E 4 13 20
Octal 140 103 101 0 36 40 76 4 23 40
Binary 1100000 1000011 1000001 0 11110 100000 111110 100 10011 100000

Color Harmonies of #604341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604341

Black with #604341

Text Example


Text Example

White with #604341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604341; }

 p { color: rgb(96,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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