Html Css Color HEX #604343 Woody Brown

📋 copy color: '#604343'

red 96 ◦ green 67 ◦ blue 67

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

Shades of Woody Brown #604343

Tints of Woody Brown #604343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 41.74%
G = 29.13%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#604343 (or 0x604343) is known color: Woody Brown. HEX triplet: 60, 43 and 43. RGB value is (96,67,67). Sum of RGB (Red+Green+Blue) = 96+67+67=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604343 is #9FBCBC. Grayscale: #4B4B4B. Windows color (decimal): -10468541 or 4408160. OLE color: 4408160.

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

Color convert

RGB 96 67 67 -
CMYK 0 0.30 0.30 0.62
HSL 0.18% 0.32% -
HSV(B) 0.3% 0.38% -
XYZ 7.84 6.91 6.23 -
YUV 75.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 96 67 67 0 0.30 0.30 0.62 0 0.18 0.32
Hex 60 43 43 0 1E 1E 3E 0 12 20
Octal 140 103 103 0 36 36 76 0 22 40
Binary 1100000 1000011 1000011 0 11110 11110 111110 0 10010 100000

Color Harmonies of #604343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604343

Black with #604343

Text Example


Text Example

White with #604343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604343; }

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

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

background-color css

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

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

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

border-color css

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

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

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